Neopixel-Effect-Generator
Neopixel-Effect-Generator copied to clipboard
Feature request please
Hi there, I was wondering if it possible to request some features?
I would love to use some neo pixels in my automotive tail light projects and your animations are great.
Is it possible for the following please:
Allow animations confined to just a "part" of the strip Asign the arduino analoug inputs to activate certain animations?
Is it also posible for this to work on windows or is it a web interface only?
Thank you for creating and thank you for taking time to read this!
Craig.
Hi Craig, If you look at the code, there is just 1 function in the main loop. It is easy to execute the animation on an event like analog input. Just call the function once you detect something.
It is a Web script only. But it is static: you can download it or integrate it inside an app if you want.
Hi Craig, If you look at the code, there is just 1 function in the main loop. It is easy to execute the animation on an event like analog input. Just call the function once you detect something.
It is a Web script only. But it is static: you can download it or integrate it inside an app if you want.
Thank you very much, unfortunatly I have almost zero experince in coding, and I have tried and failed to omany times.
I've been trying to find somthing for my project for about 12 months and finally come across this.
its near perfect with the exception of those couple of features.
If you do get any time to implement i would be eternally greatful and would love to donate too as its somthing I can use :)
Craig
Hi, at first my apologyze for my short english.In another way in your neopixel effect generator a oportunite to import and export but when i try to export a code it daenst save in .ino archvie thats it is realy what i need to continuing in another moment the programacion. An when i import the aplication ask my for a json archive, and i dont understand why when a export it daesnt export in .ino archive and when import it dont ask me for .ino archivo, and not in json archive. Thanks in advance.
Hi. The generator just create some loops. Those loops can't be exported to a ino file. It is saved in a JSON file. You can create a ino file, but you will never able to import it, since you need a ino parser for that.