projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3f45c08
)
add standby for lcd_ili9803_cpt4_3
author
luowei
<lw@rock-chips.com>
Wed, 23 Mar 2011 04:04:13 +0000
(12:04 +0800)
committer
luowei
<lw@rock-chips.com>
Wed, 23 Mar 2011 04:04:13 +0000
(12:04 +0800)
drivers/video/display/screen/lcd_ili9803_cpt4_3.c
patch
|
blob
|
history
diff --git
a/drivers/video/display/screen/lcd_ili9803_cpt4_3.c
b/drivers/video/display/screen/lcd_ili9803_cpt4_3.c
index b41a8dc86257751565b5dae1ec0d7d36f5b5cf5a..b974a2614c539f3d84da31dffa7b60cb6faaf997 100755
(executable)
--- a/
drivers/video/display/screen/lcd_ili9803_cpt4_3.c
+++ b/
drivers/video/display/screen/lcd_ili9803_cpt4_3.c
@@
-280,6
+280,7
@@
int init(void)
\r
int standby(u8 enable) //***enable =1 means suspend, 0 means resume
\r
{
\r
+ int i;
\r
#if 1
\r
if(gLcd_info)
\r
gLcd_info->io_init();
\r
@@
-289,7
+290,7
@@
int standby(u8 enable) //***enable =1 means suspend, 0 means resume
spi_screenreg_param(0x0f);
\r
} else {
\r
CS_OUT() ;
\r
- for(i
nt i=0;i<6;
i++)
\r
+ for(i
=0; i<6;
i++)
\r
{
\r
CS_SET();
\r
DRVDelayUs(1);
\r