Skip to content

Commit

Permalink
Update StartApp.ino
Browse files Browse the repository at this point in the history
Set screen rotation to 1, to not be upside down on cardputer
  • Loading branch information
bmorcelli authored Feb 11, 2024
1 parent 18284a9 commit 625af26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion StartApp/StartApp.ino
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ void setup() {
M5.begin();
#endif

LNDISP.setRotation(3);
LNDISP.setRotation(1);
LNDISP.setTextSize(2);
LNDISP.fillScreen(WHITE);
LNDISP.setCursor(0, 0);
Expand Down

0 comments on commit 625af26

Please sign in to comment.