Changes take 2: missed ugame10 board

This commit is contained in:
Mark Roberts 2020-09-25 22:17:59 -04:00
parent b921543571
commit 22a7696fac

View File

@ -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) {