fix(doorbell-touch): add touch debug logging and missing TFT_MISO pin

This commit is contained in:
2026-02-17 22:51:32 -08:00
parent cbe7efe883
commit 17c44d9b08
4 changed files with 17 additions and 3 deletions

View File

@@ -14,6 +14,7 @@
#define TFT_HEIGHT 480
// ── SPI Pins (from lcdwiki.com/4.0inch_ESP32-32E_Display) ──
#define TFT_MISO 12
#define TFT_MOSI 13
#define TFT_SCLK 14
#define TFT_CS 15