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
|
|
@ -1442,6 +1442,7 @@ void setup() {
|
|||
#ifdef DISPLAY_CLASS
|
||||
if (display.begin()) {
|
||||
disp = &display;
|
||||
disp->clear();
|
||||
}
|
||||
#endif
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue