#endif
/* EETI_EGALAX touch I2C */
-
#if defined (CONFIG_EETI_EGALAX)
#define TOUCH_RESET_PIN RK29_PIN6_PC3
#define TOUCH_INT_PIN RK29_PIN4_PD5
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
/* 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);
};