Skip to content

Commit c211503

Browse files
committed
turn off epaperdisplay and sharpdisplay to make room for gifio
1 parent 8fe0aed commit c211503

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

ports/stm/boards/meowbit_v121/mpconfigboard.mk

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,11 @@ CIRCUITPY_AESIO = 0
2626
CIRCUITPY_BITMAPFILTER = 0
2727
CIRCUITPY_BITMAPTOOLS = 0
2828
CIRCUITPY_BLEIO_HCI = 0
29-
CIRCUITPY_GIFIO = 1
29+
CURCUITPY_EPAPERDISPLAY = 0
30+
CIRCUITPY_SHARPDISPLAY = 0
3031
CIRCUITPY_ULAB = 0
31-
CIRCUITPY_STAGE = 1
3232
CIRCUITPY_ZLIB = 0
3333

34+
CIRCUITPY_STAGE = 1
35+
3436
FROZEN_MPY_DIRS += $(TOP)/frozen/circuitpython-stage/meowbit

0 commit comments

Comments
 (0)