clear display on init to avoid static

This commit is contained in:
liamcottle
2025-04-01 14:46:48 +13:00
والد 0a62ab663f
کامیت 87443ad43f
4فایلهای تغییر یافته به همراه8 افزوده شده و 0 حذف شده
@@ -1442,6 +1442,7 @@ void setup() {
#ifdef DISPLAY_CLASS
if (display.begin()) {
disp = &display;
disp->clear();
}
#endif
#endif