test with new deps
This commit is contained in:
parent
946206f050
commit
734816f5f3
1 changed files with 3 additions and 22 deletions
|
@ -9,6 +9,9 @@ platform = espressif32
|
||||||
board = wemos_d1_mini32
|
board = wemos_d1_mini32
|
||||||
lib_deps =
|
lib_deps =
|
||||||
fastled/FastLED
|
fastled/FastLED
|
||||||
|
Wire
|
||||||
|
adafruit/Adafruit BusIO
|
||||||
|
adafruit/Adafruit GFX Library
|
||||||
https://github.com/mrfaptastic/ESP32-HUB75-MatrixPanel-I2S-DMA.git
|
https://github.com/mrfaptastic/ESP32-HUB75-MatrixPanel-I2S-DMA.git
|
||||||
build_flags =
|
build_flags =
|
||||||
upload_speed = 460800
|
upload_speed = 460800
|
||||||
|
@ -19,22 +22,12 @@ monitor_filters = esp32_exception_decoder
|
||||||
build_flags =
|
build_flags =
|
||||||
${env.build_flags}
|
${env.build_flags}
|
||||||
-DTEST_FASTLINES
|
-DTEST_FASTLINES
|
||||||
lib_deps =
|
|
||||||
${env.lib_deps}
|
|
||||||
Wire
|
|
||||||
adafruit/Adafruit BusIO
|
|
||||||
adafruit/Adafruit GFX Library
|
|
||||||
|
|
||||||
[env:debug]
|
[env:debug]
|
||||||
build_flags =
|
build_flags =
|
||||||
${env.build_flags}
|
${env.build_flags}
|
||||||
-DTEST_FASTLINES
|
-DTEST_FASTLINES
|
||||||
-DSERIAL_DEBUG
|
-DSERIAL_DEBUG
|
||||||
lib_deps =
|
|
||||||
${env.lib_deps}
|
|
||||||
Wire
|
|
||||||
adafruit/Adafruit BusIO
|
|
||||||
adafruit/Adafruit GFX Library
|
|
||||||
|
|
||||||
; build without GFX functions
|
; build without GFX functions
|
||||||
[env:minimal]
|
[env:minimal]
|
||||||
|
@ -43,8 +36,6 @@ build_flags =
|
||||||
-DNO_GFX
|
-DNO_GFX
|
||||||
-DNO_FAST_FUNCTIONS
|
-DNO_FAST_FUNCTIONS
|
||||||
-DNO_CIE1931
|
-DNO_CIE1931
|
||||||
lib_deps =
|
|
||||||
${env.lib_deps}
|
|
||||||
|
|
||||||
; Virtual Panel test
|
; Virtual Panel test
|
||||||
[env:vpane]
|
[env:vpane]
|
||||||
|
@ -52,11 +43,6 @@ build_flags =
|
||||||
${env.build_flags}
|
${env.build_flags}
|
||||||
-DNO_FAST_FUNCTIONS
|
-DNO_FAST_FUNCTIONS
|
||||||
-DVIRTUAL_PANE
|
-DVIRTUAL_PANE
|
||||||
lib_deps =
|
|
||||||
${env.lib_deps}
|
|
||||||
Wire
|
|
||||||
adafruit/Adafruit BusIO
|
|
||||||
adafruit/Adafruit GFX Library
|
|
||||||
|
|
||||||
; Virtual Panel test
|
; Virtual Panel test
|
||||||
[env:vpane_minimal]
|
[env:vpane_minimal]
|
||||||
|
@ -66,11 +52,6 @@ build_flags =
|
||||||
-DNO_GFX
|
-DNO_GFX
|
||||||
-DNO_FAST_FUNCTIONS
|
-DNO_FAST_FUNCTIONS
|
||||||
-DNO_CIE1931
|
-DNO_CIE1931
|
||||||
lib_deps =
|
|
||||||
${env.lib_deps}
|
|
||||||
Wire
|
|
||||||
adafruit/Adafruit BusIO
|
|
||||||
adafruit/Adafruit GFX Library
|
|
||||||
|
|
||||||
; PIO CI can't handle IDF git modules properly (yet)
|
; PIO CI can't handle IDF git modules properly (yet)
|
||||||
;[env:idfarduino]
|
;[env:idfarduino]
|
||||||
|
|
Loading…
Reference in a new issue