Skip to content

Commit 4b2624a

Browse files
authored
Enable CIRCUITPY_PIXELBUF in mpconfigboard.mk
1 parent 2d53a75 commit 4b2624a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ports/atmel-samd/boards/bradanlanestudio_coin_m0/mpconfigboard.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ CIRCUITPY_RTC = 0
3939
CIRCUITPY_USB_HID = 1
4040
CIRCUITPY_USB_MIDI = 0
4141
CIRCUITPY_NEOPIXEL_WRITE = 1
42+
CIRCUITPY_PIXELBUF = 1
4243

4344
# Include these Python libraries in firmware.
4445
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_HID

0 commit comments

Comments
 (0)