File tree Expand file tree Collapse file tree 2 files changed +16
-17
lines changed
waveshare_esp32_s3_lcd_169
waveshare_esp32_s3_touch_lcd_169 Expand file tree Collapse file tree 2 files changed +16
-17
lines changed Original file line number Diff line number Diff line change 1414#define USB_SERIAL ""
1515
1616// display for ST7789V2
17- #define WS_LCD_DC 4
18- #define WS_LCD_CS 5
17+ #define WS_LCD_DC 4
18+ #define WS_LCD_CS 5
1919#define WS_LCD_SCL 6
2020#define WS_LCD_SDA 7
2121#define WS_LCD_RST 8
22- #define WS_LCD_BL 15
22+ #define WS_LCD_BL 15
2323
2424// Onboard RTC for PCF85063
25- #define WS_RTC_SCL 10
26- #define WS_RTC_SDA 11
25+ #define WS_RTC_SCL 10
26+ #define WS_RTC_SDA 11
2727#define WS_RTC_ADDRESS 0x51
28- #define WS_RTC_INT 41
28+ #define WS_RTC_INT 41
2929
3030// Onboard QMI8658 IMU
3131#define WS_QMI8658_SDA 11
3535
3636// Onboard Electric buzzer & Custom buttons
3737// GPIO and PSRAM conflict, need to pay attention when using
38- #define WS_BUZZ 33 // Please pull down the level when using
38+ #define WS_BUZZ 33 // Please pull down the level when using
3939#define WS_SYS_OUT 36
40- #define WS_SYS_EN 35
40+ #define WS_SYS_EN 35
4141
4242// Partial voltage measurement method
4343#define WS_BAT_ADC 1
Original file line number Diff line number Diff line change 1414#define USB_SERIAL ""
1515
1616// display for ST7789V2
17- #define WS_LCD_DC 4
18- #define WS_LCD_CS 5
17+ #define WS_LCD_DC 4
18+ #define WS_LCD_CS 5
1919#define WS_LCD_SCL 6
2020#define WS_LCD_SDA 7
2121#define WS_LCD_RST 8
22- #define WS_LCD_BL 15
22+ #define WS_LCD_BL 15
2323
2424// Touch for CST816T
2525#define WS_TP_SCL 10
2828#define WS_TP_INT 14
2929
3030// Onboard RTC for PCF85063
31- #define WS_RTC_SCL 10
32- #define WS_RTC_SDA 11
31+ #define WS_RTC_SCL 10
32+ #define WS_RTC_SDA 11
3333#define WS_RTC_ADDRESS 0x51
34- #define WS_RTC_INT 41
34+ #define WS_RTC_INT 41
3535
3636// Onboard QMI8658 IMU
3737#define WS_QMI8658_SDA 11
4141
4242// Onboard Electric buzzer & Custom buttons
4343// GPIO and PSRAM conflict, need to pay attention when using
44- #define WS_BUZZ 33 // Please pull down the level when using
44+ #define WS_BUZZ 33 // Please pull down the level when using
4545#define WS_SYS_OUT 36
46- #define WS_SYS_EN 35
46+ #define WS_SYS_EN 35
4747
4848// Partial voltage measurement method
4949#define WS_BAT_ADC 1
5050
51-
5251// UART0 pins
5352static const uint8_t TX = 43 ;
5453static const uint8_t RX = 44 ;
You can’t perform that action at this time.
0 commit comments