Skip to content

Commit

Permalink
test on the real banana
Browse files Browse the repository at this point in the history
  • Loading branch information
spectrenoir06 committed Jun 11, 2023
1 parent 79dd197 commit 4015777
Showing 1 changed file with 6 additions and 15 deletions.
21 changes: 6 additions & 15 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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]
Expand Down Expand Up @@ -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


0 comments on commit 4015777

Please sign in to comment.