Skip to content

Commit b3010a6

Browse files
committed
set TFT_BACKLIGHT pin
1 parent d912710 commit b3010a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: variants/adafruit_camera_esp32s3/pins_arduino.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ static const uint8_t LED_BUILTIN = PIN_NEOPIXEL+SOC_GPIO_PIN_COUNT;
2424
#define RGB_BRIGHTNESS 64
2525

2626

27-
//static const uint8_t TFT_BACKLIGHT = 41;
27+
static const uint8_t TFT_BACKLIGHT = 45;
2828
static const uint8_t TFT_DC = 40;
2929
static const uint8_t TFT_CS = 39;
3030
static const uint8_t TFT_RESET = 38;

0 commit comments

Comments
 (0)