summaryrefslogtreecommitdiff
path: root/ports
diff options
context:
space:
mode:
authorDan Halbert <halbert@halwitz.org>2019-02-24 13:21:54 -0500
committerGitHub <noreply@github.com>2019-02-24 13:21:54 -0500
commite3606461c516e478af24e1eb5bee8a4ab97eafea (patch)
treeff9f48cfece120c782bbe855517a6ba17574c65a /ports
parent9888b81bdcaac22563b9cee68ab7d4e317d8c7f4 (diff)
parentd26ae6f81eef6269eccf87fbddf48fcec23c9e3b (diff)
Merge pull request #1558 from siddacious/bmp_bitdepths
initial support for additional bitdepths in OnDiskBitmap
Diffstat (limited to 'ports')
-rw-r--r--ports/atmel-samd/boards/hallowing_m0_express/mpconfigboard.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/ports/atmel-samd/boards/hallowing_m0_express/mpconfigboard.mk b/ports/atmel-samd/boards/hallowing_m0_express/mpconfigboard.mk
index e41e2ebd9..222a217b3 100644
--- a/ports/atmel-samd/boards/hallowing_m0_express/mpconfigboard.mk
+++ b/ports/atmel-samd/boards/hallowing_m0_express/mpconfigboard.mk
@@ -16,3 +16,6 @@ CHIP_FAMILY = samd21
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_BusDevice
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_LIS3DH
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_NeoPixel
+
+# To keep the build small
+CIRCUITPY_I2CSLAVE = 0