File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,5 +15,6 @@ CIRCUITPY_ESP_PSRAM_MODE = opi
1515CIRCUITPY_ESP_PSRAM_FREQ = 80m
1616
1717CIRCUITPY_ESPCAMERA = 0
18+ CIRCUITPY_BITMAPFILTER = 0
1819
1920OPTIMIZATION_FLAGS = -Os
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ CIRCUITPY_ESP_PSRAM_FREQ = 40m
1515
1616OPTIMIZATION_FLAGS = -Os
1717CIRCUITPY_ESPCAMERA = 0
18+ CIRCUITPY_BITMAPFILTER = 0
1819
1920# Include these Python libraries in firmware.
2021FROZEN_MPY_DIRS += $(TOP ) /frozen/Adafruit_CircuitPython_NeoPixel
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ CIRCUITPY_ESP_PSRAM_FREQ = 40m
1515
1616OPTIMIZATION_FLAGS = -Os
1717CIRCUITPY_ESPCAMERA = 0
18+ CIRCUITPY_BITMAPFILTER = 0
1819
1920# Include these Python libraries in firmware.
2021FROZEN_MPY_DIRS += $(TOP ) /frozen/Adafruit_CircuitPython_NeoPixel
You can’t perform that action at this time.
0 commit comments