Module "neopixel" not found #4824
Replies: 1 comment
-
Posted at 2019-12-07 by @MaBecker wow you got a very old release 1v86, go and update to fix that error ;-) Posted at 2019-12-07 by Robin Sat 2019.12.07 Easily done through the WebIDE Posted at 2019-12-08 by DrAzzy There's now a neopixel module builtin? Man, kids these days... spoiled rotten I tell you! With firmware that old, you'd need to do it like we did back in my day (I'm sure there are some examples here) where you use an SPI peripheral and send4bit() or whatever it's called. That's how I did it back then, and lemme tell you junior, you never heard me complain! But yeah - just update the f/w and you should be good. The newer firmware has all sorts of other goodies too. Posted at 2019-12-08 by @allObjects @drazzy... LOOL with a lot of oooos. - :O) Posted at 2019-12-08 by Robin Hey, all the ol' timers are online at the same time ;-)
Yep that's correct! (circa Jan 2017) post #17 Gordon's snippet post #12
Geez, was it that long ago??? Posted at 2019-12-08 by DrAzzy The 2-months ago was my assembly writing experience. I have no idea when Espruino got neopixel module builtin! TBH I haven't had a chance to work on any Espruino projects lately... I really want to finish up the two big projects for my room... I just came up with the perfect way to deal with the problem of generating patterns for my pingpong lights and deploying them. But I have a million other projects! Posted at 2019-12-08 by Robin
Maybe 1V92 - Apr 2017
|
Beta Was this translation helpful? Give feedback.
-
Posted at 2019-12-07 by Coder2012
Hi guys,
Just playing around with my original Esp. and with only one line of code from the official LEDs example on the site, oddly I'm getting:
Has something changed with how modules are required?
Beta Was this translation helpful? Give feedback.
All reactions