diff options
| author | Mark Roberts <mdroberts1243@gmail.com> | 2020-09-25 22:17:59 -0400 |
|---|---|---|
| committer | Mark Roberts <mdroberts1243@gmail.com> | 2020-09-25 22:17:59 -0400 |
| commit | 22a7696faca36bb1abdc938e06bcd5e25fb89f33 (patch) | |
| tree | 23b29c439a2cafb4ac2b4bbc2563f54cdbbfae08 | |
| parent | b92154357145f4e7d976306490ef33b5d5fe9c92 (diff) | |
Changes take 2: missed ugame10 board
| -rw-r--r-- | ports/atmel-samd/boards/ugame10/board.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ports/atmel-samd/boards/ugame10/board.c b/ports/atmel-samd/boards/ugame10/board.c index 3bb9eab7d..9f2b8d039 100644 --- a/ports/atmel-samd/boards/ugame10/board.c +++ b/ports/atmel-samd/boards/ugame10/board.c @@ -111,7 +111,8 @@ void board_init(void) { false, // data as commands true, // auto_refresh 60, // native_frames_per_second - true); // backlight_on_high + true, // backlight_on_high + false); // SH1107_addressing } bool board_requests_safe_mode(void) { |
