Skip to content

Commit ea9bc9b

Browse files
committed
set screen orientation to portrait
1 parent 5cb7e64 commit ea9bc9b

File tree

1 file changed

+5
-5
lines changed
  • ports/atmel-samd/boards/openbook_m4

1 file changed

+5
-5
lines changed

ports/atmel-samd/boards/openbook_m4/board.c

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -76,13 +76,13 @@ void board_init(void) {
7676
sizeof(start_sequence),
7777
stop_sequence,
7878
sizeof(stop_sequence),
79-
400, // width
80-
300, // height
81-
400, // RAM width
82-
300, // RAM height
79+
300, // width
80+
400, // height
81+
300, // RAM width
82+
400, // RAM height
8383
0, // colstart
8484
0, // rowstart
85-
0, // rotation
85+
270, // rotation
8686
NO_COMMAND, // set_column_window_command
8787
NO_COMMAND, // set_row_window_command
8888
NO_COMMAND, // set_current_column_command

0 commit comments

Comments
 (0)