clear display on init to avoid static

This commit is contained in:
liamcottle 2025-04-01 14:46:48 +13:00
parent 0a62ab663f
commit 87443ad43f
4 changed files with 8 additions and 0 deletions

View file

@ -1442,6 +1442,7 @@ void setup() {
#ifdef DISPLAY_CLASS
if (display.begin()) {
disp = &display;
disp->clear();
}
#endif
#endif