Skip to content

Commit f197150

Browse files
Small pin updates for MatrixPortal S3 (#8521)
* Add MatrixPortal ESP32-S3 (WIP) * Update bootloader files, etc. * Add MatrixPortal S3 PSRAM setup to boards.txt * fix neopixel pin --------- Co-authored-by: Phillip Burgess <[email protected]>
1 parent de04fb2 commit f197150

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

Diff for: variants/adafruit_matrixportal_esp32s3/pins_arduino.h

+6-1
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,13 @@
1919

2020
#define LED_BUILTIN 13
2121

22-
#define PIN_NEOPIXEL 33
22+
#define PIN_NEOPIXEL 4
23+
#define NEOPIXEL_PIN 4
2324
#define NEOPIXEL_NUM 1
25+
#define PIN_LIGHTSENSOR A5
26+
27+
#define PIN_BUTTON_UP 6
28+
#define PIN_BUTTON_DOWN 7
2429

2530
static const uint8_t TX = 18;
2631
static const uint8_t RX = 8;

0 commit comments

Comments
 (0)