-->
Page 2 of 3

Re: neopixel broken??

PostPosted: Sun Apr 24, 2016 9:48 am
by heckler
Also while on the topic of NeoPixels... with all the new development of this great ESPbasic would it now (please-o-please) be possible to make the neopixel commands work with the ESP--01 module.

It would make the little -01 modules so much more useful to be able to control the neopixel strips.

Even implement Three separate statements for the -01 module
like...
NEO01()
NEOCLS01()
NEOSTRIPCOLOR01()

just for the ESP8266-01 module??

Thanks for all your efforts
dwight

Re: neopixel broken??

PostPosted: Sun Apr 24, 2016 12:06 pm
by cicciocb
Hi,
The code should work for next release.
Next release will permit to define the pin to use for the neopixel so you can use it with the ESP-01 (on GPIO2).

CiccioCB

Re: neopixel broken??

PostPosted: Sun Apr 24, 2016 2:11 pm
by Mmiscool
You may now change the pin no for neo pixles. See the docs for the new function to change the pin that is used.

Re: neopixel broken??

PostPosted: Sun Apr 24, 2016 6:18 pm
by heckler
WOW! that is great news.
Thanks so much mike and cicciocb and other contributors!

You may now change the pin no for neo pixles. See the docs for the new function to change the pin that is used. -


I can not find any function that indicates how to change the pin for neopixel.
(my wife always tells me to look harder)

Is it possible that the docs link from your home page has not been updated??

dwight