feat(display): draw hint animation at touch position instead of center
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user