Updated boards files with displays
This commit is contained in:
parent
8f1fc6c07d
commit
af3d809980
@ -94,7 +94,8 @@ void board_init(void) {
|
||||
display_init_sequence,
|
||||
sizeof(display_init_sequence),
|
||||
&pin_PA00,
|
||||
false); // single_byte_bounds
|
||||
false, // single_byte_bounds
|
||||
false); // data_as_commands
|
||||
common_hal_displayio_display_set_auto_brightness(display, true);
|
||||
}
|
||||
|
||||
|
@ -100,7 +100,8 @@ void board_init(void) {
|
||||
display_init_sequence,
|
||||
sizeof(display_init_sequence),
|
||||
&pin_PA00,
|
||||
false); // single_byte_bounds
|
||||
false, // single_byte_bounds
|
||||
false); // data_as_commands
|
||||
common_hal_displayio_display_set_auto_brightness(display, true);
|
||||
}
|
||||
|
||||
|
@ -91,7 +91,8 @@ void board_init(void) {
|
||||
display_init_sequence,
|
||||
sizeof(display_init_sequence),
|
||||
&pin_PB31,
|
||||
false); // single_byte_bounds
|
||||
false, // single_byte_bounds
|
||||
false); // data_as_commands
|
||||
|
||||
common_hal_displayio_display_set_auto_brightness(display, true);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user