summaryrefslogtreecommitdiff
path: root/ports/stm
diff options
context:
space:
mode:
authorsiddacious <nospam187+github@gmail.com>2020-03-25 22:43:18 -0700
committersiddacious <nospam187+github@gmail.com>2020-03-25 22:51:20 -0700
commit9e0c00dfd42504a53f000da374355829da7c7c77 (patch)
tree0f7c88c5451ca00fab8d6b6b6d24a425626a9c93 /ports/stm
parent7bba79363aab2b53cb1883fe5cab51a214d23461 (diff)
adding a backlight polarity flag to Display
Diffstat (limited to 'ports/stm')
-rw-r--r--ports/stm/boards/meowbit_v121/board.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/ports/stm/boards/meowbit_v121/board.c b/ports/stm/boards/meowbit_v121/board.c
index a0ae98824..da87f00ec 100644
--- a/ports/stm/boards/meowbit_v121/board.c
+++ b/ports/stm/boards/meowbit_v121/board.c
@@ -109,7 +109,8 @@ void board_init(void) {
false, // single_byte_bounds
false, // data_as_commands
true, // auto_refresh
- 60); // native_frames_per_second
+ 60, // native_frames_per_second
+ true); // backlight_on_high
}
bool board_requests_safe_mode(void) {