feat(display): draw hint animation at touch position instead of center

This commit is contained in:
2026-02-17 03:49:34 -08:00
parent 23712a152b
commit 0ace263324
9 changed files with 78 additions and 31 deletions

View File

@@ -24,6 +24,7 @@ public:
/// Externally trigger silence (e.g. hold-to-silence gesture).
void silenceAlert();
void setScreen(ScreenID s);
private:
void pollTopics();
@@ -34,7 +35,6 @@ private:
void flushStatus(const String& message);
void heartbeat();
void transition(DeviceState s);
void setScreen(ScreenID s);
String topicUrl(const char* base);
DisplayManager* _display;