Skip to content

Commit cd78f69

Browse files
committed
turn off vectorio for overflowing builds
1 parent 7b8a61f commit cd78f69

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,6 @@ CIRCUITPY_JPEGIO = 0
1919
CIRCUITPY_KEYPAD = 1
2020
CIRCUITPY_PARALLELDISPLAYBUS= 0
2121
CIRCUITPY_STAGE = 1
22+
CIRCUITPY_VECTORIO = 0
2223

2324
FROZEN_MPY_DIRS += $(TOP)/frozen/circuitpython-stage/pybadge

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,6 @@ CIRCUITPY_JPEGIO = 0
1919
CIRCUITPY_KEYPAD = 1
2020
CIRCUITPY_PARALLELDISPLAYBUS= 0
2121
CIRCUITPY_STAGE = 1
22+
CIRCUITPY_VECTORIO = 0
2223

2324
FROZEN_MPY_DIRS += $(TOP)/frozen/circuitpython-stage/pygamer

0 commit comments

Comments
 (0)