10000 add CIRCUITPY_PIXELBUF to all trinkeys; add NeoPixel to prox · michthom/circuitpython@990e589 · GitHub
[go: up one dir, main page]

Skip to content

Commit 990e589

Browse files
committed
add CIRCUITPY_PIXELBUF to all trinkeys; add NeoPixel to prox
1 parent 6a2ba83 commit 990e589

File tree

5 files changed

+8
-4
lines changed

5 files changed

+8
-4
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ CIRCUITPY_PWMIO = 0
1818
CIRCUITPY_ROTARYIO = 0
1919
CIRCUITPY_RTC = 0
2020

21+
CIRCUITPY_PIXELBUF = 1
22+
2123
# Include these Python libraries in firmware.
2224
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_NeoPixel
2325
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_HID

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ CIRCUITPY_RTC = 0
1717
CIRCUITPY_PULSEIO = 0
1818
CIRCUITPY_PWMIO = 0
1919

20-
CIRCUITPY_PIXELBUF = 0
21-
CIRCUITPY_TOUCHIO = 1
20+
CIRCUITPY_PIXELBUF = 1
2221

2322
# Include these Python libraries in firmware.
2423
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_HID
24+
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_NeoPixel

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ CIRCUITPY_PWMIO = 0
1717
CIRCUITPY_AUDIOCORE = 0
1818
CIRCUITPY_BUSIO = 0
1919

20+
CIRCUITPY_PIXELBUF = 1
21+
2022
# Include these Python libraries in firmware.
2123
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_NeoPixel
2224
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_HID

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ CIRCUITPY_PWMIO = 0
1818
CIRCUITPY_AUDIOCORE = 0
1919
CIRCUITPY_BUSIO = 0
2020

21+
CIRCUITPY_PIXELBUF = 1
22+
2123
# Include these Python libraries in firmware.
2224
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_SimpleMath
2325
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_NeoPixel

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ CIRCUITPY_AUDIOCORE = 0
2020
CIRCUITPY_BUSIO = 0
2121

2222
CIRCUITPY_PIXELBUF = 1
23-
CIRCUITPY_USB_MIDI = 1
24-
CIRCUITPY_TOUCHIO = 1
2523

2624
# Include these Python libraries in firmware.
2725
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_NeoPixel

0 commit comments

Comments
 (0)
0