Skip to content

Commit 3799c34

Browse files
committed
Disable bitbangio on CPX Crickit so we have room for lower_power.
Enable pixelbuf in its place because we'll need it soon.
1 parent 18657b6 commit 3799c34

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,11 @@ 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_BITBANGIO = 0
1516
CIRCUITPY_DISPLAYIO = 0
1617
CIRCUITPY_FREQUENCYIO = 0
1718
CIRCUITPY_I2CSLAVE = 0
18-
CIRCUITPY_PIXELBUF = 0
19+
CIRCUITPY_PIXELBUF = 1
1920
CIRCUITPY_RTC = 0
2021

2122
SUPEROPT_GC = 0

0 commit comments

Comments
 (0)