Skip to content

Commit 75c553c

Browse files
Fix pin assigment for Waveshare RP2040 1.28 LCD PIN_BAT_ADC (#1292)
1 parent 6bff270 commit 75c553c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

variants/waveshare_rp2040_lcd_1_28/pins_arduino.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
#define PIN_LCD_RST (12u)
3131
#define PIN_LCD_BL (25u)
3232
// BAT_ADC
33-
#define PIN_BAT_ADC (25u)
33+
#define PIN_BAT_ADC (29u)
3434
// IMU
3535
#define PIN_IMU_SDA (6u)
3636
#define PIN_IMU_SCL (7u)

0 commit comments

Comments
 (0)