Skip to content

Commit 21de0a7

Browse files
committed
Enable jpegio almost anywhere we can
1 parent 49e3f6b commit 21de0a7

File tree

14 files changed

+16
-1
lines changed

14 files changed

+16
-1
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,4 @@ LONGINT_IMPL = MPZ
1414

1515
CIRCUITPY_PS2IO = 1
1616
CIRCUITPY_SYNTHIO = 0
17+
CIRCUITPY_JPEGIO = 0

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,5 @@ CHIP_FAMILY = samd21
99
SPI_FLASH_FILESYSTEM = 1
1010
EXTERNAL_FLASH_DEVICES = "W25Q32JVxQ"
1111
LONGINT_IMPL = MPZ
12+
13+
CIRCUITPY_JPEGIO = 0

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@ QSPI_FLASH_FILESYSTEM = 1
1010
EXTERNAL_FLASH_DEVICES = "GD25Q16C, W25Q16JVxQ, W25Q16JVxM"
1111
LONGINT_IMPL = MPZ
1212
CIRCUITPY_SYNTHIO = 0
13+
CIRCUITPY_JPEGIO = 0

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ CIRCUITPY__EVE = 1
1414
CIRCUITPY_CANIO = 1
1515
CIRCUITPY_SYNTHIO = 0
1616
CIRCUITPY_GIFIO = 0
17+
CIRCUITPY_JPEGIO = 0
1718

1819
CIRCUITPY_LTO_PARTITION = one
1920

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ LONGINT_IMPL = MPZ
1313
CIRCUITPY__EVE = 1
1414
CIRCUITPY_FLOPPYIO = 0
1515
CIRCUITPY_SYNTHIO = 0
16+
CIRCUITPY_JPEGIO = 0
1617

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

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,6 @@ LONGINT_IMPL = MPZ
1212

1313
CIRCUITPY_FLOPPYIO = 0
1414
CIRCUITPY_GIFIO = 0
15+
CIRCUITPY_JPEGIO = 0
1516

1617
CIRCUITPY_BITBANG_APA102 = 1

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ LONGINT_IMPL = MPZ
1212

1313
CIRCUITPY__EVE = 1
1414
CIRCUITPY_FLOPPYIO = 0
15+
CIRCUITPY_JPEGIO = 0
1516
CIRCUITPY_SYNTHIO = 0
1617

1718
# We don't have room for the fonts for terminalio for certain languages,

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ LONGINT_IMPL = MPZ
1212

1313
CIRCUITPY__EVE = 1
1414
CIRCUITPY_FLOPPYIO = 0
15+
CIRCUITPY_JPEGIO = 0
1516
CIRCUITPY_SYNTHIO = 0
1617

1718
# We don't have room for the fonts for terminalio for certain languages,

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,4 @@ LONGINT_IMPL = MPZ
1212

1313
CIRCUITPY_KEYPAD = 1
1414
CIRCUITPY_SYNTHIO = 0
15+
CIRCUITPY_JPEGIO = 0

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ CIRCUITPY_AESIO = 0
1414
CIRCUITPY_FLOPPYIO = 0
1515
CIRCUITPY_FRAMEBUFFERIO = 0
1616
CIRCUITPY_GIFIO = 0
17+
CIRCUITPY_JPEGIO = 0
1718
CIRCUITPY_KEYPAD = 1
1819
CIRCUITPY_STAGE = 1
1920

0 commit comments

Comments
 (0)