Skip to content

Commit

Permalink
fix backlite
Browse files Browse the repository at this point in the history
  • Loading branch information
ladyada committed Oct 27, 2023
1 parent c2df41b commit 703bbb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ports/espressif/boards/adafruit_esp32s3_camera/board.c
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ void board_init(void) {
MIPI_COMMAND_WRITE_MEMORY_START, // Write memory command
display_init_sequence,
sizeof(display_init_sequence),
45, // backlight pin
&pin_GPIO45, // backlight pin
NO_BRIGHTNESS_COMMAND,
1.0f, // brightness
false, // single_byte_bounds
Expand Down

0 comments on commit 703bbb2

Please sign in to comment.