mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-11 05:17:10 +09:00
rk29: modify lcd driver
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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);
|
||||
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user