mirror of
https://github.com/skoelle/wt32sc01-dashboard.git
synced 2026-09-17 17:30:25 +00:00
fix backlight and touch pins
This commit is contained in:
@@ -20,11 +20,11 @@ constexpr int LCD_RD = -1; // not wired
|
||||
constexpr int LCD_DC = 0; // RS/DC
|
||||
constexpr int LCD_CS = -1; // not wired
|
||||
constexpr int LCD_RST = 4;
|
||||
constexpr int LCD_BACKLIGHT = 2;
|
||||
constexpr int LCD_BACKLIGHT = 45;
|
||||
|
||||
// --- FT6336U capacitive touch (I2C) ---
|
||||
constexpr int TOUCH_SDA = 14;
|
||||
constexpr int TOUCH_SCL = 12;
|
||||
constexpr int TOUCH_INT = 13;
|
||||
constexpr int TOUCH_SDA = 6;
|
||||
constexpr int TOUCH_SCL = 5;
|
||||
constexpr int TOUCH_INT = 7;
|
||||
|
||||
} // namespace BoardPins
|
||||
|
||||
Reference in New Issue
Block a user