pimoroni / plasma

Plasma LED driver, FX Sequencer and plugins
MIT License
17 stars 8 forks source link

Add "type" support to GPIO #5

Closed Gadgetoid closed 4 years ago

Gadgetoid commented 4 years ago

The GPIO output class should either be split into APA102 and other drivers, or changed to accept (like WS281X) an additional argument specifying the device type.

I'd probably favour adding APA102 as a copy of the current GPIO output, switching over to it, and marking GPIO as deprecated.