| 123456789101112131415161718 |
- #include "sdkconfig.h"
- #define TEST_LCD_H_RES (240)
- #define TEST_LCD_V_RES (280)
- #define TEST_LCD_BK_LIGHT_GPIO (18)
- #define TEST_LCD_RST_GPIO (5)
- #define TEST_LCD_CS_GPIO (0)
- #define TEST_LCD_DC_GPIO (19)
- #define TEST_LCD_PCLK_GPIO (2)
- #define TEST_LCD_DATA0_GPIO (4)
- #define TEST_LCD_DATA1_GPIO (7)
- #define TEST_LCD_DATA2_GPIO (8)
- #define TEST_LCD_DATA3_GPIO (9)
- #define TEST_LCD_DATA4_GPIO (10)
- #define TEST_LCD_DATA5_GPIO (11)
- #define TEST_LCD_DATA6_GPIO (12)
- #define TEST_LCD_DATA7_GPIO (13)
|