aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/extras/neopixel.py
Commit message (Expand)AuthorAgeFilesLines
* neopixel: Allow host software to configure neopixel timingKevin O'Connor2020-04-151-2/+9
* neopixel: Add support for delaying updates in SET_LED commandKevin O'Connor2019-12-151-0/+3
* neopixel: Add support for WS2811 RGB pixel color orderKevin O'Connor2019-08-091-14/+17
* neopixel: Rework timing so that it works on AVR micro-controllersKevin O'Connor2019-08-071-3/+0
* neopixel: Use low priority for LED updatesKevin O'Connor2019-08-061-1/+4
* dotstar: Initial support for "dotstar" LEDsKevin O'Connor2019-08-061-5/+5
* neopixel: Add support for daisy-chained chipsKevin O'Connor2019-07-231-2/+9
* neopixel: Add support for setting a default color at startupKevin O'Connor2019-07-231-3/+14
* neopixel: Warn that the neopixel isn't currently supported on AVRKevin O'Connor2019-07-171-0/+3
* neopixel: Improve timing of gpio bit-bangingKevin O'Connor2019-07-171-3/+3
* neopixel: Optimize the update loopKevin O'Connor2019-07-121-3/+3
* neopixel: Add initial support for "neopixel" ledsKevin O'Connor2019-07-121-0/+45