Skip to content

Commit ce1ad89

Browse files
Update mpconfigport.mk
Add pixel_buffer library
1 parent 69a26fe commit ce1ad89

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ports/nordic/mpconfigport.mk

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,9 @@ FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_MPU6050
138138
# https://github.com/adafruit/Adafruit_CircuitPython_NeoPixel
139139
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_NeoPixel
140140

141+
# https://github.com/adafruit/Adafruit_CircuitPython_PixelBuf
142+
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_PixelBuf
143+
141144
# https://github.com/buildwithpiper/circuitpython-range-finder-library.git
142145
FROZEN_MPY_DIRS += $(TOP)/frozen/circuitpython-range-finder-library
143146

0 commit comments

Comments
 (0)