t114 display : some fixes

This commit is contained in:
Florent de Lamotte
2025-04-30 11:26:04 +02:00
parent f68b9bbfca
commit 05254bd67b
3 changed files with 8 additions and 1 deletions
+2 -1
View File
@@ -17,7 +17,8 @@ bool ST7789Display::begin() {
display.init();
display.landscapeScreen();
display.displayOn();
setCursor(0,0);
_isOn = true;
}
return true;