Hi,
I'm working on a small ESP8266 Arduino Project to create cool animations and effects for the WS2812b LED pixels/strips.
Everything works fine using the Espruino neopixel libary. But now I'd like to make use of the Arduino FastLED library because it contains a whole bunch of cool features.
To be honest I don't have much experience with Espruino... therefore my question: Is there a simple way or some tutorial how I can use the native FastLED within Espruino?
What I've found so far is this tutorial: espruino.com/Extending+Espruino+1 but I'm not really sure if this is the best way to go.. in this case. Using inline C code is probably also a really bad practise :D
So any help how to go on would be really appreciated.
Thanks in advance,
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Hi,
I'm working on a small ESP8266 Arduino Project to create cool animations and effects for the WS2812b LED pixels/strips.
Everything works fine using the Espruino neopixel libary. But now I'd like to make use of the Arduino FastLED library because it contains a whole bunch of cool features.
To be honest I don't have much experience with Espruino... therefore my question: Is there a simple way or some tutorial how I can use the native FastLED within Espruino?
What I've found so far is this tutorial: espruino.com/Extending+Espruino+1 but I'm not really sure if this is the best way to go.. in this case. Using inline C code is probably also a really bad practise :D
So any help how to go on would be really appreciated.
Thanks in advance,
Jonas