feat: add debug touch drawing function and fix dashboard layout calculations
This commit is contained in:
@@ -22,6 +22,9 @@ public:
|
||||
void setLabelFont() override;
|
||||
void setDefaultFont() override;
|
||||
|
||||
// Debug
|
||||
void drawDebugTouch(int x, int y) override;
|
||||
|
||||
private:
|
||||
void drawBoot(const ScreenState& st);
|
||||
void drawAlert(const ScreenState& st);
|
||||
|
||||
Reference in New Issue
Block a user