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 22f232b commit 0d57fc4Copy full SHA for 0d57fc4
ports/raspberrypi/boards/breadstick_raspberry/mpconfigboard.mk
@@ -13,3 +13,5 @@ CIRCUITPY_BITBANG_APA102 = 1
13
# Include these Python libraries in firmware.
14
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_LSM6DS/
15
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_DotStar/
16
+FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_Register/
17
+FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_FancyLED/
0 commit comments