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 42abb98 commit 8053d4aCopy full SHA for 8053d4a
ports/atmel-samd/boards/adafruit_proxlight_trinkey_m0/mpconfigboard.mk
@@ -21,7 +21,7 @@ CIRCUITPY_BUSIO = 1
21
CIRCUITPY_STORAGE = 0
22
23
CIRCUITPY_MATH = 1
24
-CIRCUITPY_PIXELBUF = 1
+CIRCUITPY_PIXELBUF = 0
25
CIRCUITPY_USB_MIDI = 1
26
CIRCUITPY_TOUCHIO = 1
27
CIRCUITPY_FULL_BUILD = 0
@@ -30,5 +30,4 @@ SUPEROPT_GC = 0
30
SUPEROPT_VM = 0
31
32
# Include these Python libraries in firmware.
33
-FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_NeoPixel
34
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_HID
0 commit comments