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.
2 parents 68fac95 + ef28529 commit 8bb9f86Copy full SHA for 8bb9f86
ports/stm/boards/meowbit_v121/mpconfigboard.mk
@@ -26,9 +26,12 @@ CIRCUITPY_AESIO = 0
26
CIRCUITPY_BITMAPFILTER = 0
27
CIRCUITPY_BITMAPTOOLS = 0
28
CIRCUITPY_BLEIO_HCI = 0
29
-CIRCUITPY_GIFIO = 0
+CIRCUITPY_EPAPERDISPLAY = 0
30
+CIRCUITPY_KEYPAD_DEMUX = 0
31
+CIRCUITPY_SHARPDISPLAY = 0
32
CIRCUITPY_ULAB = 0
-CIRCUITPY_STAGE = 1
33
CIRCUITPY_ZLIB = 0
34
35
+CIRCUITPY_STAGE = 1
36
+
37
FROZEN_MPY_DIRS += $(TOP)/frozen/circuitpython-stage/meowbit
0 commit comments