Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit f197150

Browse filesBrowse files
Small pin updates for MatrixPortal S3 (espressif#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 <paintyourdragon@dslextreme.com>
1 parent de04fb2 commit f197150
Copy full SHA for f197150

File tree

Expand file treeCollapse file tree

1 file changed

+6
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+6
-1
lines changed

‎variants/adafruit_matrixportal_esp32s3/pins_arduino.h

Copy file name to clipboardExpand all lines: variants/adafruit_matrixportal_esp32s3/pins_arduino.h
+6-1Lines changed: 6 additions & 1 deletion
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.