Search found 4 matches

by Electra
Tue Oct 25, 2016 12:58 am
Forum: Hardware Projects
Topic: Driver for WS2812 RGB LEDs (NeoPixels, ...)
Replies: 30
Views: 104746

Re: Driver for WS2812 RGB LEDs (NeoPixels, ...)

Not sure where else to put this, but maybe someone playing with neopixels will find it handy. Wanted to change colours randomly without the 'next' colour being close to the previous. A bit limited in some way, but someone might have fun. rndhue.py # Random colour methods for NeoPixel, does use more ...
by Electra
Thu Oct 06, 2016 12:52 pm
Forum: Drivers for External Components
Topic: I2C LCD Library... Help!
Replies: 57
Views: 161992

Re: I2C LCD Library... Help!

Or if the previous link is broken: https://goo.gl/photos/BcBiHddBxG2194kW6
(May not always work, but hopefully it gets the point across. :)
by Electra
Thu Oct 06, 2016 4:17 am
Forum: Drivers for External Components
Topic: I2C LCD Library... Help!
Replies: 57
Views: 161992

Re: I2C LCD Library... Help!

It was quite a fast reply, so no problems at all!
Thank you, your library worked perfectly.

Here's proof: https://lh3.googleusercontent.com/6tkrQ ... 66-h630-no
(Couldn't find out how to attach the image through the forum)
by Electra
Thu Sep 29, 2016 9:08 am
Forum: Drivers for External Components
Topic: I2C LCD Library... Help!
Replies: 57
Views: 161992

Re: I2C LCD Library... Help!

sequel,
Could you please post your rewritten library?
I'm trying to get much the same thing going and your example 'A' code works fine, but if you have already rewritten dhylands's code, I'd rather use it than reimplementing it all myself.

Thank you.