disable bitmaptools on devices without enough room

This commit is contained in:
foamyguy 2021-08-22 08:52:12 -05:00
parent 0f478d59fe
commit 707f2e25af
2 changed files with 2 additions and 0 deletions

View File

@ -19,3 +19,4 @@ CIRCUITPY_AUDIOPWMIO = 0
CIRCUITPY_KEYPAD = 0
CIRCUITPY_MIDI = 0
CIRCUITPY_MSGPACK = 0
CIRCUITPY_BITMAPTOOLS = 0

View File

@ -18,3 +18,4 @@ CIRCUITPY_AUDIOPWMIO = 0
CIRCUITPY_KEYPAD = 0
CIRCUITPY_MIDI = 0
CIRCUITPY_MSGPACK = 0
CIRCUITPY_BITMAPTOOLS = 0