mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-04-20 22:13:47 +00:00
clear display on init to avoid static
This commit is contained in:
parent
0a62ab663f
commit
87443ad43f
4 changed files with 8 additions and 0 deletions
|
|
@ -27,6 +27,7 @@ public:
|
|||
bool isOn() override { return _isOn; }
|
||||
void turnOn() override;
|
||||
void turnOff() override;
|
||||
void clear() override;
|
||||
void startFrame(Color bkg = DARK) override;
|
||||
void setTextSize(int sz) override;
|
||||
void setColor(Color c) override;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue