Use FastLED instead of NeoMatrix. Downgrade platform platform "espressif8266" to version 2.6.3 because of FastLED.
This commit is contained in:
@@ -12,15 +12,16 @@
|
|||||||
default_envs = nodemcuv2
|
default_envs = nodemcuv2
|
||||||
|
|
||||||
[env]
|
[env]
|
||||||
platform = espressif8266
|
platform = espressif8266@2.6.3
|
||||||
board = nodemcuv2
|
board = nodemcuv2
|
||||||
framework = arduino
|
framework = arduino
|
||||||
lib_deps =
|
lib_deps =
|
||||||
adafruit/Adafruit BusIO@^1.15.0
|
|
||||||
adafruit/Adafruit NeoMatrix@^1.3.0
|
|
||||||
adafruit/Adafruit NeoPixel@^1.11.0
|
|
||||||
densaugeo/base64@^1.4.0
|
densaugeo/base64@^1.4.0
|
||||||
|
fastled/FastLED@3.7.0
|
||||||
|
marcmerlin/FastLED NeoMatrix@^1.2
|
||||||
tzapu/WiFiManager@^0.16.0
|
tzapu/WiFiManager@^0.16.0
|
||||||
|
build_flags =
|
||||||
|
-DFASTLED_ESP8266_RAW_PIN_ORDER
|
||||||
|
|
||||||
[env:nodemcuv2]
|
[env:nodemcuv2]
|
||||||
monitor_speed = 115200
|
monitor_speed = 115200
|
||||||
|
|||||||
Reference in New Issue
Block a user