diff options
| author | Scott Shawcroft <scott@adafruit.com> | 2019-11-26 09:31:44 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-11-26 09:31:44 -0800 |
| commit | 58ad38a88ed3e7dc33ca911f889f5a6b3aebae22 (patch) | |
| tree | 19060c6761926854cd61ce3d00aee5ae09bbeee4 | |
| parent | e5dd78d393d492d52dfd0817547219f378f6dbee (diff) | |
Remove DotStar from pIRkey M0 for now to free up space
Once we use PixelBuf, the library will be much smaller.
| -rw-r--r-- | ports/atmel-samd/boards/pirkey_m0/mpconfigboard.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/atmel-samd/boards/pirkey_m0/mpconfigboard.mk b/ports/atmel-samd/boards/pirkey_m0/mpconfigboard.mk index 686c9099f..6ce25cf69 100644 --- a/ports/atmel-samd/boards/pirkey_m0/mpconfigboard.mk +++ b/ports/atmel-samd/boards/pirkey_m0/mpconfigboard.mk @@ -26,6 +26,6 @@ CIRCUITPY_SMALL_BUILD = 1 SUPEROPT_GC = 0 # Include these Python libraries in firmware. -FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_DotStar +# FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_DotStar FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_HID FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_IRRemote |
