Support APA102 on ESP32

pull/234/head
cschwinne 2019-09-26 14:02:58 +02:00
rodzic 6c9d161950
commit cb77285277
2 zmienionych plików z 5 dodań i 1 usunięć

Wyświetl plik

@ -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

Plik binarny nie jest wyświetlany.