Skip to content

Commit d638aa0

Browse files
committed
brightness is now functional
1 parent 96ae87e commit d638aa0

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

ports/espressif/boards/m5stack_atoms3/board.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ void board_init(void) {
123123
60, // native_frames_per_second
124124
true, // backlight_on_high
125125
false, // SH1107_addressing
126-
50000 // backlight pwm frequency
126+
200 // backlight pwm frequency
127127
);
128128
}
129129

0 commit comments

Comments
 (0)