Skip to content

Commit 1a7cca6

Browse files
committed
Add PNG image support to the Stage library
That requires zlib to be enabled.
1 parent 491374c commit 1a7cca6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ CIRCUITPY_KEYPAD = 1
4242
CIRCUITPY_MATH = 1
4343
CIRCUITPY_STAGE = 1
4444
CIRCUITPY_SYNTHIO = 1
45+
CIRCUITPY_ZLIB = 1
4546

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

0 commit comments

Comments
 (0)