drivers icon indicating copy to clipboard operation
drivers copied to clipboard

Ledstrip display

Open conejoninja opened this issue 5 years ago • 1 comments

A few notes:

  • This PR also add a "ledstriper" interface to control a led strips.
  • I'm open to change any name, not good naming things, or add more documentation/explanation
  • This is more of a crazy idea and I'm not sure it should be on the official drivers repository

It's based on the idea that you could create a display/screen with a ledstrip, like this example. There are a few possible layouts that make sense (parallel, Z, S). There's a limitation on the screen size (as it uses int16) but I think it's enough, a bigger display will probably need a more powerful board (and a ton of money on ledstrips)

conejoninja avatar Aug 04 '19 05:08 conejoninja

The LedStriper type should most likely be renamed to something like LEDStriper since LED is an initialism.

peterhellberg avatar Aug 22 '19 12:08 peterhellberg