We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab83c98 commit ed1b9a4Copy full SHA for ed1b9a4
1 file changed
ports/raspberrypi/boards/pimoroni_inky_frame_5_7/mpconfigboard.mk
@@ -23,4 +23,6 @@ CFLAGS += -DCYW43_PIN_WL_HOST_WAKE=24 -DCYW43_PIN_WL_REG_ON=23 -DCYW43_WL_GPIO_C
23
# Must be accompanied by a linker script change
24
CFLAGS += -DCIRCUITPY_FIRMWARE_SIZE='(1536 * 1024)'
25
26
-FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_NeoPixel
+FROZEN_MPY_DIRS += $(TOP)/frozen/circuitpython-pcf85063a
27
+FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_Register
28
+FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_SD
0 commit comments