I cannot get my sketch to compile on the Wemos D1 Mini but it compiles just fine using the Arduino Uno. I have the latest library for FastLED version 3.4.0 installed. I want to use the Wemos D1 Mini because I would like to incorporate remote control using my WiFi network and MQTT broker as part of Home Assistant. The issues seems to be pin assignments per the FastLED library do not match up for the Wemos D1 Mini pinouts. Perhaps there is a work around because I have seen some posts that use the Wemos D1 Mini and FastLED. Any guidance would be appreciated.
Hi,
RV mineirin
Thank you ruilviana. I am new to the Forum and I had already sent a message on the Reddit community for FastLED. I do not understand how to use the options listed on gtihub aka the pin to gpio mapping, you can use one of:
#define FASTLED_ESP8266_RAW_PIN_ORDER
#define FASTLED_ESP8266_NODEMCU_PIN_ORDER
#define FASTLED_ESP8266_D1_PIN_ORDER
I just used the ```
#define FASTLED_ESP8266_D1_PIN_ORDER
and it compiled.
Thank you very much.
This topic was automatically closed 120 days after the last reply. New replies are no longer allowed.