aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/extras/pca9632.py
Commit message (Collapse)AuthorAgeFilesLines
* pca9632: Fix color_order assignmentKevin O'Connor2022-04-181-1/+1
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* led: Remove has_white check from LEDHelperKevin O'Connor2022-04-181-1/+1
| | | | | | There is no harm in checking for a white config setting. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* pca9632: Add support for configurable color_orderKevin O'Connor2022-04-071-13/+18
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* pca9632: Support using hardware I2CKevin O'Connor2022-04-071-2/+5
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* pca9632: Update to use LEDHelper classKevin O'Connor2022-03-311-59/+34
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* pca9632: LED module for FlashForge Dreamer 3D printer (#4654)Ricardo Alcântara2022-03-141-0/+91
Added PCA9632 LED module support using software I2C from MCP4018 modulo drive the LED strip of a FlashForge Dreamer 3D printer. Based on the PCA9533 module. Signed-off-by: Ricardo Alcantara <ricardo@vulcanolabs.xyz>