Lukse / carambola2_ws2812_driver

2 stars 1 forks source link

Driver extension for multiple led strips #1

Open jnweiger opened 9 years ago

jnweiger commented 9 years ago

Hey Lukse! https://github.com/jnweiger/ws2812_sprites/tree/master/carambola2/package/ws2812_draiveris

I've hacked on your driver, and extended it quite substantially. I am driving a panel with 270 leds from a single carambola2 board, using 3 GPIO pins.

Please let me know if you'd like to see pull requests, and for which parts. If you like, I' send you all :-)

Lukse commented 9 years ago

Hi jnweiger, thank you for noting. Of course I am interested in pull requests.

jnweiger commented 9 years ago

First batch of commits are coming in as pull request https://github.com/Lukse/carambola2_ws2812_driver/pull/2

I have one more big change, which is quite intrusive: Support for multiple strips -- bitbanging on multiple GPIO pins all in one go. That means, we can trade additional wires for spinlock time.

Not yet there.