Skip to content

Commit 67de898

Browse files
committed
new argument for feather s3 tft display init
1 parent 260994d commit 67de898

File tree

1 file changed

+2
-1
lines changed
  • ports/espressif/boards/adafruit_feather_esp32s3_tft

1 file changed

+2
-1
lines changed

ports/espressif/boards/adafruit_feather_esp32s3_tft/board.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,8 @@ void board_init(void) {
125125
true, // auto_refresh
126126
60, // native_frames_per_second
127127
true, // backlight_on_high
128-
false // SH1107_addressing
128+
false, // SH1107_addressing
129+
50000 // backlight pwm frequency
129130
);
130131

131132
common_hal_never_reset_pin(&pin_GPIO45); // backlight pin

0 commit comments

Comments
 (0)