swap V1 buttons

This commit is contained in:
Manuel
2025-12-08 10:21:13 +01:00
parent f7a1884c9f
commit 4eda582d80

View File

@@ -4,6 +4,9 @@
#define EPD_WIDTH 960 #define EPD_WIDTH 960
#define EPD_HEIGHT 540 #define EPD_HEIGHT 540
#define CANNED_MESSAGE_MODULE_ENABLE 1
#define USE_VIRTUAL_KEYBOARD 1
#if defined(T5_S3_EPAPER_PRO_V1) #if defined(T5_S3_EPAPER_PRO_V1)
#define BOARD_BL_EN 40 #define BOARD_BL_EN 40
#else #else
@@ -37,10 +40,12 @@
#define GPS_TX_PIN 43 #define GPS_TX_PIN 43
#endif #endif
#define BUTTON_PIN 0
#if defined(T5_S3_EPAPER_PRO_V1) #if defined(T5_S3_EPAPER_PRO_V1)
#define PIN_BUTTON2 48 #define BUTTON_PIN 48
#define PIN_BUTTON2 0
#define ALT_BUTTON_PIN PIN_BUTTON2 #define ALT_BUTTON_PIN PIN_BUTTON2
#else
#define BUTTON_PIN 0
#endif #endif
// SD card // SD card