Skip to content

Commit 2fa396f

Browse files
committed
update pins
1 parent 6d9ebea commit 2fa396f

File tree

3 files changed

+4
-7
lines changed

3 files changed

+4
-7
lines changed
Binary file not shown.

variants/adafruit_camera_esp32s3/pins_arduino.h

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,15 @@ 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;
3131
static const uint8_t TFT_RST = 38;
3232

3333
static const uint8_t SD_CS = 48;
3434
static const uint8_t SD_CHIP_SELECT = 48;
35-
static const uint8_t SPEAKER = 41;
35+
static const uint8_t SPEAKER = 46;
3636

3737
static const uint8_t SDA = 33;
3838
static const uint8_t SCL = 34;
@@ -55,19 +55,16 @@ static const uint8_t DAC2 = 18;
5555

5656
#define AWEXP_SPKR_SD 0
5757
#define AWEXP_BUTTON_SEL 1
58-
#define AWEXP_BACKLIGHT 2
59-
#define AWEXP_CAM_PWDN 7
6058
#define AWEXP_SD_DET 8
6159
#define AWEXP_SD_PWR 9
62-
#define AWEXP_CAM_RST 10
6360
#define AWEXP_BUTTON_OK 11
6461
#define AWEXP_BUTTON_RIGHT 12
6562
#define AWEXP_BUTTON_UP 13
6663
#define AWEXP_BUTTON_LEFT 14
6764
#define AWEXP_BUTTON_DOWN 15
6865

69-
#define PWDN_GPIO_NUM -1 // connected through expander
70-
#define RESET_GPIO_NUM -1 // connected through expander
66+
#define RESET_GPIO_NUM 47
67+
#define PWDN_GPIO_NUM 21
7168
#define XCLK_GPIO_NUM 8
7269
#define SIOD_GPIO_NUM SDA
7370
#define SIOC_GPIO_NUM SCL
-8.67 KB
Binary file not shown.

0 commit comments

Comments
 (0)