Skip to content

Commit 1ec3e02

Browse files
authored
Merge pull request #5744 from jepler/update-protomatter
Update protomatter & re-enable rgbmatrix on esp32s2
2 parents 7f189b3 + 60c2018 commit 1ec3e02

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

lib/protomatter

ports/espressif/mpconfigport.mk

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ CIRCUITPY_FRAMEBUFFERIO ?= 1
2626
CIRCUITPY_FREQUENCYIO ?= 1
2727
CIRCUITPY_IMAGECAPTURE ?= 1
2828
CIRCUITPY_I2CPERIPHERAL ?= 1
29-
CIRCUITPY_RGBMATRIX ?= 0
3029
CIRCUITPY_ROTARYIO ?= 1
3130
CIRCUITPY_NVM ?= 1
3231
CIRCUITPY_PS2IO ?= 1
@@ -49,9 +48,13 @@ CIRCUITPY_IMAGECAPTURE = 0
4948
CIRCUITPY_PARALLELDISPLAY = 0
5049
CIRCUITPY_TOUCHIO ?= 1
5150
CIRCUITPY_TOUCHIO_USE_NATIVE = 0
51+
CIRCUITPY_RGBMATRIX ?= 0
5252
else ifeq ($(IDF_TARGET),esp32s3)
5353
CIRCUITPY_IMAGECAPTURE = 0
5454
CIRCUITPY_PARALLELDISPLAY = 0
55+
CIRCUITPY_RGBMATRIX ?= 0
56+
else
57+
CIRCUITPY_RGBMATRIX ?= 1
5558
endif
5659

5760
# From ESP32-S2/S3 Technical Reference Manual:

0 commit comments

Comments
 (0)