We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59eb35d commit 7bba793Copy full SHA for 7bba793
ports/nrf/boards/ohs2020_badge/board.c
@@ -81,14 +81,16 @@ void board_init(void) {
81
0x37, // set vertical scroll command
82
display_init_sequence,
83
sizeof(display_init_sequence),
84
- NULL, // backlight pin
+ //NULL, // backlight pin
85
+ &pin_P0_02, // backlight pin
86
NO_BRIGHTNESS_COMMAND,
- 1.0f, // brightness (ignored)
87
- true, // auto_brightness
+ 0.0f, // brightness (ignored)
88
+ false, // auto_brightness
89
false, // single_byte_bounds
90
false, // data_as_commands
91
true, // auto_refresh
92
60); // native_frames_per_second
93
+
94
}
95
96
bool board_requests_safe_mode(void) {
0 commit comments