feat(touch): add continuous touch polling and debug logging

This commit is contained in:
2026-02-17 23:20:42 -08:00
parent 17c44d9b08
commit 4f389ac0fe
4 changed files with 26 additions and 0 deletions

View File

@@ -11,6 +11,7 @@ public:
void setBacklight(bool on) override;
void render(const ScreenState& state) override;
TouchEvent readTouch() override;
uint16_t getRawTouchZ();
int dashboardTouch(int x, int y) override;
HoldState updateHold(unsigned long holdMs) override;
void updateHint(int x, int y, bool active) override;