We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2df41b commit 703bbb2Copy full SHA for 703bbb2
ports/espressif/boards/adafruit_esp32s3_camera/board.c
@@ -87,7 +87,7 @@ void board_init(void) {
87
MIPI_COMMAND_WRITE_MEMORY_START, // Write memory command
88
display_init_sequence,
89
sizeof(display_init_sequence),
90
- 45, // backlight pin
+ &pin_GPIO45, // backlight pin
91
NO_BRIGHTNESS_COMMAND,
92
1.0f, // brightness
93
false, // single_byte_bounds
0 commit comments