add CIRCUITPY_PIXELBUF to all trinkeys; add NeoPixel to prox
This commit is contained in:
parent
3201c16d3b
commit
3d49d180d1
@ -29,6 +29,8 @@ CIRCUITPY_FULL_BUILD = 0
|
|||||||
SUPEROPT_GC = 0
|
SUPEROPT_GC = 0
|
||||||
SUPEROPT_VM = 0
|
SUPEROPT_VM = 0
|
||||||
|
|
||||||
|
CIRCUITPY_PIXELBUF = 1
|
||||||
|
|
||||||
# Include these Python libraries in firmware.
|
# Include these Python libraries in firmware.
|
||||||
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_NeoPixel
|
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_NeoPixel
|
||||||
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_HID
|
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_HID
|
||||||
|
@ -8,26 +8,24 @@ CHIP_FAMILY = samd21
|
|||||||
|
|
||||||
INTERNAL_FLASH_FILESYSTEM = 1
|
INTERNAL_FLASH_FILESYSTEM = 1
|
||||||
LONGINT_IMPL = NONE
|
LONGINT_IMPL = NONE
|
||||||
|
CIRCUITPY_FULL_BUILD = 0
|
||||||
|
|
||||||
CIRCUITPY_ANALOGIO = 0
|
CIRCUITPY_ANALOGIO = 0
|
||||||
|
CIRCUITPY_AUDIOCORE = 0
|
||||||
|
CIRCUITPY_BUSIO = 1
|
||||||
|
CIRCUITPY_PS2IO = 0
|
||||||
|
CIRCUITPY_PIXELBUF = 1
|
||||||
|
CIRCUITPY_PULSEIO = 0
|
||||||
|
CIRCUITPY_PWMIO = 0
|
||||||
CIRCUITPY_ROTARYIO = 0
|
CIRCUITPY_ROTARYIO = 0
|
||||||
CIRCUITPY_RTC = 0
|
CIRCUITPY_RTC = 0
|
||||||
CIRCUITPY_SAMD = 0
|
CIRCUITPY_SAMD = 0
|
||||||
CIRCUITPY_PS2IO = 0
|
|
||||||
CIRCUITPY_PULSEIO = 0
|
|
||||||
CIRCUITPY_PWMIO = 0
|
|
||||||
CIRCUITPY_AUDIOCORE = 0
|
|
||||||
CIRCUITPY_BUSIO = 1
|
|
||||||
CIRCUITPY_STORAGE = 1
|
|
||||||
|
|
||||||
CIRCUITPY_MATH = 1
|
|
||||||
CIRCUITPY_PIXELBUF = 0
|
|
||||||
CIRCUITPY_USB_MIDI = 1
|
|
||||||
CIRCUITPY_TOUCHIO = 1
|
CIRCUITPY_TOUCHIO = 1
|
||||||
CIRCUITPY_FULL_BUILD = 0
|
CIRCUITPY_USB_MIDI = 1
|
||||||
|
|
||||||
SUPEROPT_GC = 0
|
SUPEROPT_GC = 0
|
||||||
SUPEROPT_VM = 0
|
SUPEROPT_VM = 0
|
||||||
|
|
||||||
# Include these Python libraries in firmware.
|
# Include these Python libraries in firmware.
|
||||||
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_HID
|
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_HID
|
||||||
|
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_NeoPixel
|
||||||
|
@ -26,6 +26,8 @@ CIRCUITPY_USB_MIDI = 1
|
|||||||
SUPEROPT_GC = 0
|
SUPEROPT_GC = 0
|
||||||
SUPEROPT_VM = 0
|
SUPEROPT_VM = 0
|
||||||
|
|
||||||
|
CIRCUITPY_PIXELBUF = 1
|
||||||
|
|
||||||
# Include these Python libraries in firmware.
|
# Include these Python libraries in firmware.
|
||||||
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_NeoPixel
|
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_NeoPixel
|
||||||
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_HID
|
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_HID
|
||||||
|
@ -29,6 +29,8 @@ CIRCUITPY_FULL_BUILD = 0
|
|||||||
SUPEROPT_GC = 0
|
SUPEROPT_GC = 0
|
||||||
SUPEROPT_VM = 0
|
SUPEROPT_VM = 0
|
||||||
|
|
||||||
|
CIRCUITPY_PIXELBUF = 1
|
||||||
|
|
||||||
# Include these Python libraries in firmware.
|
# Include these Python libraries in firmware.
|
||||||
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_SimpleMath
|
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_SimpleMath
|
||||||
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_NeoPixel
|
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_NeoPixel
|
||||||
|
@ -9,22 +9,20 @@ CHIP_FAMILY = samd21
|
|||||||
INTERNAL_FLASH_FILESYSTEM = 1
|
INTERNAL_FLASH_FILESYSTEM = 1
|
||||||
LONGINT_IMPL = NONE
|
LONGINT_IMPL = NONE
|
||||||
|
|
||||||
|
CIRCUITPY_FULL_BUILD = 0
|
||||||
|
|
||||||
CIRCUITPY_ANALOGIO = 0
|
CIRCUITPY_ANALOGIO = 0
|
||||||
|
CIRCUITPY_AUDIOCORE = 0
|
||||||
|
CIRCUITPY_BUSIO = 0
|
||||||
|
CIRCUITPY_PIXELBUF = 1
|
||||||
|
CIRCUITPY_PULSEIO = 0
|
||||||
|
CIRCUITPY_PS2IO = 0
|
||||||
|
CIRCUITPY_PWMIO = 0
|
||||||
CIRCUITPY_ROTARYIO = 0
|
CIRCUITPY_ROTARYIO = 0
|
||||||
CIRCUITPY_RTC = 0
|
CIRCUITPY_RTC = 0
|
||||||
CIRCUITPY_SAMD = 0
|
CIRCUITPY_SAMD = 0
|
||||||
CIRCUITPY_PS2IO = 0
|
|
||||||
CIRCUITPY_PULSEIO = 0
|
|
||||||
CIRCUITPY_PWMIO = 0
|
|
||||||
CIRCUITPY_AUDIOCORE = 0
|
|
||||||
CIRCUITPY_BUSIO = 0
|
|
||||||
CIRCUITPY_STORAGE = 1
|
|
||||||
|
|
||||||
CIRCUITPY_MATH = 1
|
|
||||||
CIRCUITPY_PIXELBUF = 1
|
|
||||||
CIRCUITPY_USB_MIDI = 1
|
|
||||||
CIRCUITPY_TOUCHIO = 1
|
CIRCUITPY_TOUCHIO = 1
|
||||||
CIRCUITPY_FULL_BUILD = 0
|
CIRCUITPY_USB_MIDI = 1
|
||||||
|
|
||||||
SUPEROPT_GC = 0
|
SUPEROPT_GC = 0
|
||||||
SUPEROPT_VM = 0
|
SUPEROPT_VM = 0
|
||||||
|
Loading…
Reference in New Issue
Block a user