test_spi_board.h 575 B

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