refactor(doorbell): unify 2x2 grid touch logic and add progress bar

This commit is contained in:
2026-02-16 22:11:40 -08:00
parent b47993b29a
commit 257bc9aa82
3 changed files with 29 additions and 15 deletions

View File

@@ -31,7 +31,7 @@
#define LCD_B4 10
// ── I2C bus (shared: CH422G + GT911) ──
#define I2C_MASTER_NUM 0
#define I2C_MASTER_NUM ((i2c_port_t)0)
#define I2C_MASTER_SDA 8
#define I2C_MASTER_SCL 9