disable bitmaptools on over-full board

This commit is contained in:
Jeff Epler 2021-03-14 20:08:09 -05:00
parent 651f54b4cc
commit b33d77bfe8
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ CIRCUITPY_AUDIOBUSIO = 0
# No DAC on SAMR21G
CIRCUITPY_AUDIOIO = 0
CIRCUITPY_BITBANGIO = 0
CIRCUITPY_BITMAPTOOLS = 0
CIRCUITPY_COUNTIO = 0
CIRCUITPY_RTC = 0
CIRCUITPY_FREQUENCYIO = 0