mirror of
https://github.com/wled/WLED.git
synced 2025-04-23 14:27:18 +00:00
Support APA102 on ESP32
This commit is contained in:
parent
6c9d161950
commit
cb77285277
@ -23,7 +23,11 @@
|
||||
|
||||
//automatically uses the right driver method for each platform
|
||||
#ifdef ARDUINO_ARCH_ESP32
|
||||
#define PIXELMETHOD NeoWs2813Method
|
||||
#ifdef USE_APA102
|
||||
#define PIXELMETHOD DotStarMethod
|
||||
#else
|
||||
#define PIXELMETHOD NeoEsp32Rmt0Ws2812xMethod
|
||||
#endif
|
||||
#else //esp8266
|
||||
//autoselect the right method depending on strip pin
|
||||
#ifdef USE_APA102
|
||||
|
BIN
wled00/WLED_0.8.5_ESP8266_APA102.bin
Normal file
BIN
wled00/WLED_0.8.5_ESP8266_APA102.bin
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user