File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed
circuitplayground_express_displayio Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ CIRCUITPY_USB_MIDI = 0
20
20
# So not all of displayio, sorry!
21
21
CIRCUITPY_VECTORIO = 0
22
22
CIRCUITPY_BITMAPTOOLS = 0
23
+ CIRCUITPY_PARALLELDISPLAY = 0
23
24
24
25
# Include these Python libraries in firmware.
25
26
FROZEN_MPY_DIRS += $(TOP ) /frozen/Adafruit_CircuitPython_CircuitPlayground
Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ CIRCUITPY_BITBANG_APA102 = 0
20
20
CIRCUITPY_FREQUENCYIO = 0
21
21
CIRCUITPY_I2CPERIPHERAL = 0
22
22
CIRCUITPY_NEOPIXEL_WRITE = 0
23
+ CIRCUITPY_PARALLELDISPLAY = 0
23
24
CIRCUITPY_PIXELBUF = 0
24
25
CIRCUITPY_PS2IO = 0
25
26
CIRCUITPY_PULSEIO = 0
Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ CIRCUITPY_BITMAPTOOLS = 0
24
24
CIRCUITPY_FREQUENCYIO = 0
25
25
CIRCUITPY_I2CPERIPHERAL = 0
26
26
CIRCUITPY_NEOPIXEL_WRITE = 0
27
+ CIRCUITPY_PARALLELDISPLAY = 0
27
28
CIRCUITPY_PIXELBUF = 0
28
29
CIRCUITPY_RTC = 0
29
30
CIRCUITPY_TOUCHIO = 0
You can’t perform that action at this time.
0 commit comments