mirror of
https://github.com/ratspeak/ratdeck.git
synced 2026-09-17 00:14:18 +00:00
rnode: fix T-Deck display rotation
This commit is contained in:
Vendored
+1
-1
@@ -97,7 +97,7 @@ void td_poll_touch() {
|
||||
|
||||
void td_ui_init() {
|
||||
if (td_ui_ready) return;
|
||||
display.setRotation(1);
|
||||
display.setRotation(3);
|
||||
display.fillScreen(TD_CLR_BG);
|
||||
td_canvas = new GFXcanvas16(TD_W, TD_H);
|
||||
for (int i = 0; i < TD_WF_SIZE; i++) td_waterfall[i] = 0;
|
||||
|
||||
Reference in New Issue
Block a user