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 46ec95d + 9286f26 commit dcf88e1Copy full SHA for dcf88e1
ports/atmel-samd/boards/mini_sam_m4/mpconfigboard.mk
@@ -15,3 +15,6 @@ LONGINT_IMPL = MPZ
15
CIRCUITPY_AUDIOBUSIO = 0
16
17
CIRCUITPY_BITBANG_APA102 = 1
18
+
19
+#Include these Python libraries in firmware.
20
+FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_DotStar
0 commit comments