Skip to content

Commit

Permalink
ci(pre-commit): Apply automatic fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci-lite[bot] authored Aug 6, 2024
1 parent 7ee8a41 commit af35ecc
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 17 deletions.
16 changes: 8 additions & 8 deletions variants/waveshare_esp32_s3_lcd_169/pins_arduino.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,18 @@
#define USB_SERIAL ""

// display for ST7789V2
#define WS_LCD_DC 4
#define WS_LCD_CS 5
#define WS_LCD_DC 4
#define WS_LCD_CS 5
#define WS_LCD_SCL 6
#define WS_LCD_SDA 7
#define WS_LCD_RST 8
#define WS_LCD_BL 15
#define WS_LCD_BL 15

// Onboard RTC for PCF85063
#define WS_RTC_SCL 10
#define WS_RTC_SDA 11
#define WS_RTC_SCL 10
#define WS_RTC_SDA 11
#define WS_RTC_ADDRESS 0x51
#define WS_RTC_INT 41
#define WS_RTC_INT 41

// Onboard QMI8658 IMU
#define WS_QMI8658_SDA 11
Expand All @@ -35,9 +35,9 @@

// Onboard Electric buzzer & Custom buttons
// GPIO and PSRAM conflict, need to pay attention when using
#define WS_BUZZ 33 // Please pull down the level when using
#define WS_BUZZ 33 // Please pull down the level when using
#define WS_SYS_OUT 36
#define WS_SYS_EN 35
#define WS_SYS_EN 35

// Partial voltage measurement method
#define WS_BAT_ADC 1
Expand Down
17 changes: 8 additions & 9 deletions variants/waveshare_esp32_s3_touch_lcd_169/pins_arduino.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
#define USB_SERIAL ""

// display for ST7789V2
#define WS_LCD_DC 4
#define WS_LCD_CS 5
#define WS_LCD_DC 4
#define WS_LCD_CS 5
#define WS_LCD_SCL 6
#define WS_LCD_SDA 7
#define WS_LCD_RST 8
#define WS_LCD_BL 15
#define WS_LCD_BL 15

// Touch for CST816T
#define WS_TP_SCL 10
Expand All @@ -28,10 +28,10 @@
#define WS_TP_INT 14

// Onboard RTC for PCF85063
#define WS_RTC_SCL 10
#define WS_RTC_SDA 11
#define WS_RTC_SCL 10
#define WS_RTC_SDA 11
#define WS_RTC_ADDRESS 0x51
#define WS_RTC_INT 41
#define WS_RTC_INT 41

// Onboard QMI8658 IMU
#define WS_QMI8658_SDA 11
Expand All @@ -41,14 +41,13 @@

// Onboard Electric buzzer & Custom buttons
// GPIO and PSRAM conflict, need to pay attention when using
#define WS_BUZZ 33 // Please pull down the level when using
#define WS_BUZZ 33 // Please pull down the level when using
#define WS_SYS_OUT 36
#define WS_SYS_EN 35
#define WS_SYS_EN 35

// Partial voltage measurement method
#define WS_BAT_ADC 1


// UART0 pins
static const uint8_t TX = 43;
static const uint8_t RX = 44;
Expand Down

0 comments on commit af35ecc

Please sign in to comment.