10000 Re-enable rgbmatrix on IDF 5.1 · pypewpew/circuitpython@4d2bc35 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4d2bc35

Browse files
committed
Re-enable rgbmatrix on IDF 5.1
1 parent bf3d841 commit 4d2bc35

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

ports/espressif/boards/adafruit_feather_esp32s3_4mbflash_2mbpsram/mpconfigboard.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ IDF_TARGET = esp32s3
77

88
CIRCUITPY_ESP_FLASH_SIZE = 4MB
99
CIRCUITPY_ESP_FLASH_MODE = qio
10-
CIRCUITPY_ESP_FLASH_FREQ = 40m
10+
CIRCUITPY_ESP_FLASH_FREQ = 80m
1111

1212
CIRCUITPY_ESP_PSRAM_SIZE = 2MB
1313
CIRCUITPY_ESP_PSRAM_MODE = qio

ports/espressif/mpconfigport.mk

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,7 @@ CIRCUITPY_NVM ?= 1
3939
# Turn off because it uses the old I2S driver which conflicts with the new ADC driver.
4040
CIRCUITPY_PARALLELDISPLAY ?= 0
4141
CIRCUITPY_PS2IO ?= 1
42-
# Disabled temporarily
43-
CIRCUITPY_RGBMATRIX ?= 0
42+
CIRCUITPY_RGBMATRIX ?= 1
4443
CIRCUITPY_ROTARYIO ?= 1
4544
CIRCUITPY_SYNTHIO_MAX_CHANNELS ?= 12
4645
CIRCUITPY_TOUCHIO_USE_NATIVE ?= 1

0 commit comments

Comments
 (0)
0