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 a393a6e commit 90e5964Copy full SHA for 90e5964
ports/atmel-samd/boards/hallowing_m0_express/board.c
@@ -94,6 +94,7 @@ void board_init(void) {
94
display_init_sequence,
95
sizeof(display_init_sequence),
96
&pin_PA00);
97
+ common_hal_displayio_display_set_auto_brightness(display, true);
98
}
99
100
bool board_requests_safe_mode(void) {
ports/atmel-samd/boards/pyportal/board.c
@@ -91,6 +91,7 @@ void board_init(void) {
91
92
93
&pin_PB31);
0 commit comments