Skip to content

Commit 526b151

Browse files
committed
disable overflowing
1 parent c63e565 commit 526b151

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

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

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ CIRCUITPY_CODEOP = 0
1515
CIRCUITPY_FLOPPYIO = 0
1616
CIRCUITPY_JPEGIO = 0
1717
CIRCUITPY_SYNTHIO = 0
18+
CIRCUITPY_VECTORIO = 0
1819

1920
# We don't have room for the fonts for terminalio for certain languages,
2021
# so turn off terminalio, and if it's off and displayio is on,

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

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ CIRCUITPY_CODEOP = 0
1515
CIRCUITPY_FLOPPYIO = 0
1616
CIRCUITPY_JPEGIO = 0
1717
CIRCUITPY_SYNTHIO = 0
18+
CIRCUITPY_VECTORIO = 0
1819

1920
# We don't have room for the fonts for terminalio for certain languages,
2021
# so turn off terminalio, and if it's off and displayio is on,

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

+1
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,4 @@ LONGINT_IMPL = MPZ
1313
CIRCUITPY_KEYPAD = 1
1414
CIRCUITPY_SYNTHIO = 0
1515
CIRCUITPY_JPEGIO = 0
16+
CIRCUITPY_FLOPPYIO = 0

0 commit comments

Comments
 (0)