brightness is now functional

This commit is contained in:
Taiki Komoda 2023-10-09 12:18:50 +09:00
parent 96ae87e559
commit d638aa07aa

View File

@ -123,7 +123,7 @@ void board_init(void) {
60, // native_frames_per_second
true, // backlight_on_high
false, // SH1107_addressing
50000 // backlight pwm frequency
200 // backlight pwm frequency
);
}