Merge pull request #6648 from pypewpew/stage-png
Add PNG image support to the Stage library
This commit is contained in:
commit
6463755577
|
@ -1 +1 @@
|
||||||
Subproject commit 3bdd335452ff14a53d1e840de043e3159cb3b829
|
Subproject commit f993d5fac69f3a0cfa33988268666c462b72c0ec
|
|
@ -33,6 +33,8 @@ CIRCUITPY_USB_CDC = 0
|
||||||
CIRCUITPY_USB_HID = 0
|
CIRCUITPY_USB_HID = 0
|
||||||
CIRCUITPY_USB_MIDI = 0
|
CIRCUITPY_USB_MIDI = 0
|
||||||
CIRCUITPY_VECTORIO = 0
|
CIRCUITPY_VECTORIO = 0
|
||||||
|
CIRCUITPY_BUSDEVICE = 0
|
||||||
|
CIRCUITPY_BITMAPTOOLS = 0
|
||||||
|
|
||||||
CIRCUITPY_ANALOGIO = 1
|
CIRCUITPY_ANALOGIO = 1
|
||||||
CIRCUITPY_AUDIOIO = 1
|
CIRCUITPY_AUDIOIO = 1
|
||||||
|
@ -42,6 +44,7 @@ CIRCUITPY_KEYPAD = 1
|
||||||
CIRCUITPY_MATH = 1
|
CIRCUITPY_MATH = 1
|
||||||
CIRCUITPY_STAGE = 1
|
CIRCUITPY_STAGE = 1
|
||||||
CIRCUITPY_SYNTHIO = 1
|
CIRCUITPY_SYNTHIO = 1
|
||||||
|
CIRCUITPY_ZLIB = 1
|
||||||
|
|
||||||
FROZEN_MPY_DIRS += $(TOP)/frozen/circuitpython-stage/pewpew_m4
|
FROZEN_MPY_DIRS += $(TOP)/frozen/circuitpython-stage/pewpew_m4
|
||||||
CIRCUITPY_DISPLAY_FONT = $(TOP)/ports/atmel-samd/boards/ugame10/brutalist-6.bdf
|
CIRCUITPY_DISPLAY_FONT = $(TOP)/ports/atmel-samd/boards/ugame10/brutalist-6.bdf
|
||||||
|
|
Loading…
Reference in New Issue