We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 451356d + ad837d4 commit c1a98e4Copy full SHA for c1a98e4
ports/espressif/mpconfigport.mk
@@ -36,7 +36,8 @@ CIRCUITPY_I2CTARGET ?= 1
36
CIRCUITPY_IMAGECAPTURE = 0
37
CIRCUITPY_MEMORYMAP ?= 1
38
CIRCUITPY_NVM ?= 1
39
-CIRCUITPY_PARALLELDISPLAY ?= 0 # Turn off because it uses the old I2S driver which conflicts with the new ADC driver.
+# Turn off because it uses the old I2S driver which conflicts with the new ADC driver.
40
+CIRCUITPY_PARALLELDISPLAY ?= 0
41
CIRCUITPY_PS2IO ?= 1
42
# Disabled temporarily
43
CIRCUITPY_RGBMATRIX ?= 0
0 commit comments