Skip to content

Commit aa0b4f7

Browse files
committed
cpx_display: Put back AUDIOBUSIO, take away ROTARYIO
AUDIOBUSIO is needed for the on-board mic using PDMIn
1 parent ea8e9b8 commit aa0b4f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ports/atmel-samd/boards/circuitplayground_express_displayio/mpconfigboard.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ EXTERNAL_FLASH_DEVICES = "S25FL216K, GD25Q16C"
1212

1313
# Turn off features and optimizations for Crickit build to make room for additional frozen libs.
1414
LONGINT_IMPL = NONE
15-
CIRCUITPY_AUDIOBUSIO = 0
1615
CIRCUITPY_BITBANGIO = 0
1716
CIRCUITPY_COUNTIO = 0
1817
CIRCUITPY_FREQUENCYIO = 0
1918
CIRCUITPY_I2CPERIPHERAL = 0
2019
CIRCUITPY_PIXELBUF = 0
20+
CIRCUITPY_ROTARYIO = 0
2121
CIRCUITPY_RTC = 0
2222
# So not all of displayio, sorry!
2323
CIRCUITPY_VECTORIO = 0

0 commit comments

Comments
 (0)