diff --git a/platformio.ini b/platformio.ini index 68684de..ba51528 100644 --- a/platformio.ini +++ b/platformio.ini @@ -619,9 +619,12 @@ build_flags = -D LED_SIZE=3 -D USE_HUB75 - -D NO_GFX + ; -D NO_GFX + -D USE_GFX_ROOT + -D FASTLED_CRGB_SUPPORT=1 -D PIXEL_COLOR_DEPTH_BITS=5 + -D DMA_DOUBLE_BUFF=1 -D R1_PIN=25 -D G1_PIN=27 @@ -645,17 +648,13 @@ build_flags = -D MATRIX_CHAIN=1 -D MATRIX_LATCH_BLANK=1 - -D DMA_DOUBLE_BUFF=1 lib_deps = - ; https://github.com/spectrenoir06/artnet.git - ; https://github.com/spectrenoir06/AsyncUDP.git https://github.com/mrfaptastic/ESP32-HUB75-MatrixPanel-I2S-DMA - ; https://github.com/tzapu/WiFiManager.git h2zero/NimBLE-Arduino@^1.3.7 bitbank2/AnimatedGIF@^1.4.7 - ; jfturcot/SimpleTimer@0.0.0-alpha+e2FTPServer - + fastled/FastLED@^3.5.0 + https://github.com/mrfaptastic/GFX_Root [env:Banane_V1_proto] @@ -720,19 +719,11 @@ build_flags = -D DMA_DOUBLE_BUFF=1 -D FASTLED_CRGB_SUPPORT=1 - ; -D configUSE_TRACE_FACILITY=1 - ; -D CONFIG_FREERTOS_USE_STATS_FORMATTING_FUNCTIONS=1 - ; -D CONFIG_FREERTOS_USE_TRACE_FACILITY=1 - - -D configUSE_TRACE_FACILITY=1 - -D configUSE_STATS_FORMATTING_FUNCTIONS=1 - lib_deps = https://github.com/mrfaptastic/ESP32-HUB75-MatrixPanel-I2S-DMA h2zero/NimBLE-Arduino@^1.3.7 bitbank2/AnimatedGIF@^1.4.7 fastled/FastLED@^3.5.0 https://github.com/mrfaptastic/GFX_Root - ; https://github.com/sfranzyshen/ESP-Arduino-Lua \ No newline at end of file