Add headless mode

This commit is contained in:
Just Call Me Koko
2023-10-24 18:52:00 -04:00
parent 516b8b0c3f
commit 598eda99e3
6 changed files with 78 additions and 39 deletions

View File

@@ -25,7 +25,7 @@ void Display::RunSetup()
#endif
#ifdef MARAUDER_M5STICKC
tft.setRotation(3);
tft.setRotation(1);
#endif
tft.setCursor(0, 0);