File tree 2 files changed +16
-17
lines changed
waveshare_esp32_s3_lcd_169
waveshare_esp32_s3_touch_lcd_169
2 files changed +16
-17
lines changed Original file line number Diff line number Diff line change 14
14
#define USB_SERIAL ""
15
15
16
16
// 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
19
19
#define WS_LCD_SCL 6
20
20
#define WS_LCD_SDA 7
21
21
#define WS_LCD_RST 8
22
- #define WS_LCD_BL 15
22
+ #define WS_LCD_BL 15
23
23
24
24
// 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
27
27
#define WS_RTC_ADDRESS 0x51
28
- #define WS_RTC_INT 41
28
+ #define WS_RTC_INT 41
29
29
30
30
// Onboard QMI8658 IMU
31
31
#define WS_QMI8658_SDA 11
35
35
36
36
// Onboard Electric buzzer & Custom buttons
37
37
// 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
39
39
#define WS_SYS_OUT 36
40
- #define WS_SYS_EN 35
40
+ #define WS_SYS_EN 35
41
41
42
42
// Partial voltage measurement method
43
43
#define WS_BAT_ADC 1
Original file line number Diff line number Diff line change 14
14
#define USB_SERIAL ""
15
15
16
16
// 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
19
19
#define WS_LCD_SCL 6
20
20
#define WS_LCD_SDA 7
21
21
#define WS_LCD_RST 8
22
- #define WS_LCD_BL 15
22
+ #define WS_LCD_BL 15
23
23
24
24
// Touch for CST816T
25
25
#define WS_TP_SCL 10
28
28
#define WS_TP_INT 14
29
29
30
30
// 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
33
33
#define WS_RTC_ADDRESS 0x51
34
- #define WS_RTC_INT 41
34
+ #define WS_RTC_INT 41
35
35
36
36
// Onboard QMI8658 IMU
37
37
#define WS_QMI8658_SDA 11
41
41
42
42
// Onboard Electric buzzer & Custom buttons
43
43
// 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
45
45
#define WS_SYS_OUT 36
46
- #define WS_SYS_EN 35
46
+ #define WS_SYS_EN 35
47
47
48
48
// Partial voltage measurement method
49
49
#define WS_BAT_ADC 1
50
50
51
-
52
51
// UART0 pins
53
52
static const uint8_t TX = 43 ;
54
53
static const uint8_t RX = 44 ;
You can’t perform that action at this time.
0 commit comments