Skip to content

Commit 6463755

Browse files
authored
Merge pull request #6648 from pypewpew/stage-png
Add PNG image support to the Stage library
2 parents e9e2d85 + 6d10fe5 commit 6463755

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ CIRCUITPY_USB_CDC = 0
3333
CIRCUITPY_USB_HID = 0
3434
CIRCUITPY_USB_MIDI = 0
3535
CIRCUITPY_VECTORIO = 0
36+
CIRCUITPY_BUSDEVICE = 0
37+
CIRCUITPY_BITMAPTOOLS = 0
3638

3739
CIRCUITPY_ANALOGIO = 1
3840
CIRCUITPY_AUDIOIO = 1
@@ -42,6 +44,7 @@ CIRCUITPY_KEYPAD = 1
4244
CIRCUITPY_MATH = 1
4345
CIRCUITPY_STAGE = 1
4446
CIRCUITPY_SYNTHIO = 1
47+
CIRCUITPY_ZLIB = 1
4548

4649
FROZEN_MPY_DIRS += $(TOP)/frozen/circuitpython-stage/pewpew_m4
4750
CIRCUITPY_DISPLAY_FONT = $(TOP)/ports/atmel-samd/boards/ugame10/brutalist-6.bdf

0 commit comments

Comments
 (0)