Skip to content

Commit 8bb01a8

Browse files
@CDarius found hte correct backlight PWM
Co-authored-by: CDarius <[email protected]>
1 parent 9d97f79 commit 8bb01a8

File tree

1 file changed

+1
-1
lines changed
  • ports/espressif/boards/m5stack_cardputer

1 file changed

+1
-1
lines changed

ports/espressif/boards/m5stack_cardputer/board.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ void board_init(void) {
104104
60, // native_frames_per_second
105105
true, // backlight_on_high
106106
false, // SH1107_addressing
107-
50000 // backlight pwm frequency
107+
350 // backlight pwm frequency
108108
);
109109
}
110110

0 commit comments

Comments
 (0)