SimpleNeoPixelDemo
SimpleNeoPixelDemo copied to clipboard
A demonstration showing how easy it can be to drive WS2812 NeoPixels
Hi Josh, I'd like to thank you for this awesome demo script. I just have a request/question on how to use this effectively. I wish to receive a spectrum dump...
The platform I was working on, the ATTINY85 Digispark clone doesn't have a delay_us() function available. I wasn't really able to find anything that seemed to reasonably replace it. The...
So the neopixel strip I had was ws2812b, and your code only worked after making these few changes. Also, I am not very familiar with github's way of contributing, so...
I used this directly..it work properly... But I alloted some memory for storing of r,g and b data.... After that send this sequence wise using alloted memory.... Then I faced...
Hey, so I bought some "NeoPixels" from AliExpress, and while they're obviously a Chinese clone, it turns out that they actually do follow the datasheet. I took this code and...
Hi, Hi just tried your SimpleNeopixelDemo 'as is' with my Arduino MEGA 2560 and I did not succeed to make it work. Your code is using PORTB, bit 4, which...