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.
1 parent 8fe0aed commit c211503Copy full SHA for c211503
ports/stm/boards/meowbit_v121/mpconfigboard.mk
@@ -26,9 +26,11 @@ CIRCUITPY_AESIO = 0
26
CIRCUITPY_BITMAPFILTER = 0
27
CIRCUITPY_BITMAPTOOLS = 0
28
CIRCUITPY_BLEIO_HCI = 0
29
-CIRCUITPY_GIFIO = 1
+CURCUITPY_EPAPERDISPLAY = 0
30
+CIRCUITPY_SHARPDISPLAY = 0
31
CIRCUITPY_ULAB = 0
-CIRCUITPY_STAGE = 1
32
CIRCUITPY_ZLIB = 0
33
34
+CIRCUITPY_STAGE = 1
35
+
36
FROZEN_MPY_DIRS += $(TOP)/frozen/circuitpython-stage/meowbit
0 commit comments