temporarily disable rgbmatrix on espressif

This commit is contained in:
MicroDev 2023-03-12 01:23:47 +05:30 committed by Scott Shawcroft
parent 3d2cfa162a
commit ba22633fb0
No known key found for this signature in database
GPG Key ID: 0DFD512649C052DA

View File

@ -37,7 +37,8 @@ CIRCUITPY_IMAGECAPTURE = 0
CIRCUITPY_MEMORYMAP ?= 1
CIRCUITPY_NVM ?= 1
CIRCUITPY_PS2IO ?= 1
CIRCUITPY_RGBMATRIX ?= 1
# Disabled temporarily
CIRCUITPY_RGBMATRIX ?= 0
CIRCUITPY_ROTARYIO ?= 1
CIRCUITPY_SYNTHIO_MAX_CHANNELS ?= 12
CIRCUITPY_TOUCHIO_USE_NATIVE ?= 1