disable bitmaptools on devices without enough room
This commit is contained in:
parent
0f478d59fe
commit
707f2e25af
|
@ -19,3 +19,4 @@ CIRCUITPY_AUDIOPWMIO = 0
|
|||
CIRCUITPY_KEYPAD = 0
|
||||
CIRCUITPY_MIDI = 0
|
||||
CIRCUITPY_MSGPACK = 0
|
||||
CIRCUITPY_BITMAPTOOLS = 0
|
||||
|
|
|
@ -18,3 +18,4 @@ CIRCUITPY_AUDIOPWMIO = 0
|
|||
CIRCUITPY_KEYPAD = 0
|
||||
CIRCUITPY_MIDI = 0
|
||||
CIRCUITPY_MSGPACK = 0
|
||||
CIRCUITPY_BITMAPTOOLS = 0
|
Loading…
Reference in New Issue