Skip to content

Commit 22a7696

Browse files
committed
Changes take 2: missed ugame10 board
1 parent b921543 commit 22a7696

File tree

1 file changed

+2
-1
lines changed
  • ports/atmel-samd/boards/ugame10

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,8 @@ void board_init(void) {
111111
false, // data as commands
112112
true, // auto_refresh
113113
60, // native_frames_per_second
114-
true); // backlight_on_high
114+
true, // backlight_on_high
115+
false); // SH1107_addressing
115116
}
116117

117118
bool board_requests_safe_mode(void) {

0 commit comments

Comments
 (0)