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 7b8a61f commit cd78f69Copy full SHA for cd78f69
ports/atmel-samd/boards/pybadge/mpconfigboard.mk
@@ -19,5 +19,6 @@ CIRCUITPY_JPEGIO = 0
19
CIRCUITPY_KEYPAD = 1
20
CIRCUITPY_PARALLELDISPLAYBUS= 0
21
CIRCUITPY_STAGE = 1
22
+CIRCUITPY_VECTORIO = 0
23
24
FROZEN_MPY_DIRS += $(TOP)/frozen/circuitpython-stage/pybadge
ports/atmel-samd/boards/pygamer/mpconfigboard.mk
FROZEN_MPY_DIRS += $(TOP)/frozen/circuitpython-stage/pygamer
0 commit comments