Skip to content

Commit 703bbb2

Browse files
author
ladyada
committed
fix backlite
1 parent c2df41b commit 703bbb2

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

ports/espressif/boards/adafruit_esp32s3_camera/board.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ void board_init(void) {
8787
MIPI_COMMAND_WRITE_MEMORY_START, // Write memory command
8888
display_init_sequence,
8989
sizeof(display_init_sequence),
90-
45, // backlight pin
90+
&pin_GPIO45, // backlight pin
9191
NO_BRIGHTNESS_COMMAND,
9292
1.0f, // brightness
9393
false, // single_byte_bounds

0 commit comments

Comments
 (0)