Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | led: Use mcu.min_schedule_time() and mcu.max_nominal_duration() | Kevin O'Connor | 2025-04-28 | 1 | -8/+7 |
| | | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | led: Fix off-by-one bug in SET_LED_TEMPLATE INDEX parameter | Kevin O'Connor | 2025-04-11 | 1 | -1/+1 |
| | | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | output_pin: Move template evaluation code from led.py to output_pin.py | Kevin O'Connor | 2024-09-30 | 1 | -94/+3 |
| | | | | 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 | -61/+66 |
| | | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | led: Fix typo in call to unregister_timer() | Kevin O'Connor | 2024-09-16 | 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 | -7/+5 |
| | | | | | | There is no harm in checking for a white config setting. Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | led: Fix SET_LED TRANSMIT=1 handling | Kevin O'Connor | 2022-04-18 | 1 | -25/+29 |
| | | | | | | | | | | If the final update in a series of SET_LED update commands didn't alter a color than the transmit would not occur - even if prior commands did make color changes. Refactor the update code and fix. Reported by @mstansberry. Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | led: Support setting display_template parameters via SET_LED_TEMPLATE | Kevin O'Connor | 2022-03-31 | 1 | -9/+24 |
| | | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | led: Support automated LED updates based on display_template results | Kevin O'Connor | 2022-03-31 | 1 | -1/+94 |
| | | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | led: Add support for PWM controlled LEDs | Kevin O'Connor | 2022-03-31 | 1 | -0/+122 |
Signed-off-by: Kevin O'Connor <kevin@koconnor.net> |