mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-04-20 22:13:47 +00:00
t114 display : some fixes
This commit is contained in:
parent
f68b9bbfca
commit
05254bd67b
3 changed files with 8 additions and 1 deletions
|
|
@ -17,7 +17,8 @@ bool ST7789Display::begin() {
|
|||
display.init();
|
||||
display.landscapeScreen();
|
||||
display.displayOn();
|
||||
|
||||
setCursor(0,0);
|
||||
|
||||
_isOn = true;
|
||||
}
|
||||
return true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue