diff options
| author | Dan Halbert <halbert@halwitz.org> | 2019-02-24 13:21:54 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-02-24 13:21:54 -0500 |
| commit | e3606461c516e478af24e1eb5bee8a4ab97eafea (patch) | |
| tree | ff9f48cfece120c782bbe855517a6ba17574c65a /ports | |
| parent | 9888b81bdcaac22563b9cee68ab7d4e317d8c7f4 (diff) | |
| parent | d26ae6f81eef6269eccf87fbddf48fcec23c9e3b (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.mk | 3 |
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 |
