Re-enable rgbmatrix on IDF 5.1

This commit is contained in:
Scott Shawcroft 2023-09-29 14:52:35 -07:00
parent bf3d84195f
commit 4d2bc35d40
No known key found for this signature in database
GPG Key ID: 0DFD512649C052DA
3 changed files with 3 additions and 4 deletions

@ -1 +1 @@
Subproject commit c9c1189e9d6200bb09bf4a87d84be9459cae481b
Subproject commit 1faaec39b3d1d6e0b935d48aa2185ef4f414e7e4

View File

@ -7,7 +7,7 @@ IDF_TARGET = esp32s3
CIRCUITPY_ESP_FLASH_SIZE = 4MB
CIRCUITPY_ESP_FLASH_MODE = qio
CIRCUITPY_ESP_FLASH_FREQ = 40m
CIRCUITPY_ESP_FLASH_FREQ = 80m
CIRCUITPY_ESP_PSRAM_SIZE = 2MB
CIRCUITPY_ESP_PSRAM_MODE = qio

View File

@ -39,8 +39,7 @@ CIRCUITPY_NVM ?= 1
# Turn off because it uses the old I2S driver which conflicts with the new ADC driver.
CIRCUITPY_PARALLELDISPLAY ?= 0
CIRCUITPY_PS2IO ?= 1
# Disabled temporarily
CIRCUITPY_RGBMATRIX ?= 0
CIRCUITPY_RGBMATRIX ?= 1
CIRCUITPY_ROTARYIO ?= 1
CIRCUITPY_SYNTHIO_MAX_CHANNELS ?= 12
CIRCUITPY_TOUCHIO_USE_NATIVE ?= 1