Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Run black on all first party python code | Tomasz Kramkowski | 2025-08-06 | 1 | -11/+18 |
| | |||||
* | pca9632: Remove custom software i2c - use normal mcu software i2c instead | Kevin O'Connor | 2025-07-22 | 1 | -5/+2 |
| | | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | led: Generalize template evaluation so it is not dependent on LEDs | Kevin O'Connor | 2024-09-30 | 1 | -3/+2 |
| | | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | pca9632: Fix color_order assignment | Kevin O'Connor | 2022-04-18 | 1 | -1/+1 |
| | | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | led: Remove has_white check from LEDHelper | Kevin O'Connor | 2022-04-18 | 1 | -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_order | Kevin O'Connor | 2022-04-07 | 1 | -13/+18 |
| | | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | pca9632: Support using hardware I2C | Kevin O'Connor | 2022-04-07 | 1 | -2/+5 |
| | | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | pca9632: Update to use LEDHelper class | Kevin O'Connor | 2022-03-31 | 1 | -59/+34 |
| | | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | pca9632: LED module for FlashForge Dreamer 3D printer (#4654) | Ricardo Alcântara | 2022-03-14 | 1 | -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> |