Skip to content

Commit 2916619

Browse files
committed
Change display orientation to landscape.
1 parent fbea46e commit 2916619

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

websocket/websocket.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ void setup() {
6060
digitalWrite(PIN_LED, HIGH);
6161

6262
rm67162_init(); // Initialize the AMOLED display
63-
lcd_setRotation(3);
63+
lcd_setRotation(1);
6464

6565
lv_init(); // Initialize the LVGL library
6666

0 commit comments

Comments
 (0)