make eink screen look nicer

This commit is contained in:
Kevin Hester
2020-10-15 15:56:38 +08:00
parent 4db0c4a563
commit 649a120fe0
4 changed files with 55 additions and 8 deletions

View File

@@ -180,6 +180,9 @@ class Screen : public concurrency::OSThread
int handleStatusUpdate(const meshtastic::Status *arg);
/// Used to force (super slow) eink displays to draw critical frames
void forceDisplay();
protected:
/// Updates the UI.
//