aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/extras/neopixel.py
Commit message (Expand)AuthorAgeFilesLines
* neopixel: Simplify color_order parsingKevin O'Connor2022-04-181-5/+2
* neopixel: Fix color_order assignmentKevin O'Connor2022-04-181-1/+1
* neopixel: Support chains with a mix of color_orderKevin O'Connor2022-04-181-18/+22
* led: Remove has_white check from LEDHelperKevin O'Connor2022-04-181-1/+1
* neopixel: Support arbitrary RGBW strings in color_order configKevin O'Connor2022-04-061-4/+3
* neopixel: Update to use LEDHelper classKevin O'Connor2022-03-311-78/+35
* neopixel: add BGR for neopixel (#5160)electron24102022-03-141-1/+3
* neopixel: Update neopixel.py to add BRG color order (#5110)Tim Abraham2022-01-121-1/+3
* neopixel: report color data via get_status() methodArksine2021-06-181-0/+10
* neopixel: add sync parameter to prevent waking toolhead (#4339)Paul McGowan2021-06-021-2/+8
* neopixel: Don't wait for responses when in debug mode.Kevin O'Connor2020-12-011-0/+2
* neopixel: Apply LED updates at time of transmissionKevin O'Connor2020-11-051-40/+42
* neopixel: Fix neopixel_result message so that it contains an oidKevin O'Connor2020-11-051-1/+1
* neopixel: Fix failure with multiple simultaneous neopixel updatesKevin O'Connor2020-11-041-1/+2
* mcu: Add support for setting reqclock in CommandQueryWrapper.send()Kevin O'Connor2020-10-291-1/+2
* neopixel: Don't flush the lookahead queue on a SET_LED commandKevin O'Connor2020-10-291-32/+39
* neopixel: Add support for RGBW LEDsKevin O'Connor2020-10-291-11/+23
* neopixel: Increase the maximum LED chain lengthKevin O'Connor2020-10-291-12/+45
* neopixel: Use new GCodeCommand wrappersKevin O'Connor2020-05-051-11/+9
* 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