rk29: modify lcd driver

This commit is contained in:
hhb
2011-03-23 20:06:17 +08:00
parent 1497220f4f
commit 72ae8d362e
3 changed files with 6 additions and 5 deletions

View File

@@ -380,7 +380,6 @@ static struct gt801_platform_data gt801_info = {
#endif
/* EETI_EGALAX touch I2C */
#if defined (CONFIG_EETI_EGALAX)
#define TOUCH_RESET_PIN RK29_PIN6_PC3
#define TOUCH_INT_PIN RK29_PIN4_PD5

View File

@@ -37,6 +37,8 @@ config LCD_MCU_TFT480800_25_E
bool "MCU TFT480800_25_E"
config LCD_ILI9803_CPT4_3
bool "RGB lcd_ILI9803_CPT4_3"
config LCD_ILI9803_CPT4_3
bool "RGB lcd_ILI9803_CPT4_3"
config LCD_IPS1P5680_V1_E
bool "MCU IPS1P5680_V1_E"
config LCD_MCU_TFT480800_25_E

View File

@@ -77,10 +77,10 @@ struct rk29fb_screen {
/* Operation function*/
int (*init)(void);
int (*standby)(u8 enable);
int (*refresh)(u8 arg);
int (*scandir)(u16 dir);
int (*disparea)(u8 area);
int (*standby)(u32 enable);
int (*refresh)(u32 arg);
int (*scandir)(u32 dir);
int (*disparea)(u32 area);
};