Skip to content

Commit af35ecc

Browse files
ci(pre-commit): Apply automatic fixes
1 parent 7ee8a41 commit af35ecc

File tree

2 files changed

+16
-17
lines changed

2 files changed

+16
-17
lines changed

Diff for: variants/waveshare_esp32_s3_lcd_169/pins_arduino.h

+8-8
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,18 @@
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
@@ -35,9 +35,9 @@
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

Diff for: variants/waveshare_esp32_s3_touch_lcd_169/pins_arduino.h

+8-9
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@
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
@@ -28,10 +28,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
@@ -41,14 +41,13 @@
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
5352
static const uint8_t TX = 43;
5453
static const uint8_t RX = 44;

0 commit comments

Comments
 (0)