Initial migration of software PWM backlight (#6709)
* Initial migration of software PWM backlight * First pass at backlight driver docs * Correct driver name in docs * Run backlight_task when using BACKLIGHT_PINS * Resolve backlight docs TODOs
This commit is contained in:
parent
ff8d436946
commit
4531cc874e
6 changed files with 173 additions and 61 deletions
|
@ -257,8 +257,8 @@ void tap_code16(uint16_t code);
|
|||
void backlight_init_ports(void);
|
||||
void backlight_task(void);
|
||||
void backlight_task_internal(void);
|
||||
void backlight_on(uint8_t backlight_pin);
|
||||
void backlight_off(uint8_t backlight_pin);
|
||||
void backlight_on(pin_t backlight_pin);
|
||||
void backlight_off(pin_t backlight_pin);
|
||||
|
||||
# ifdef BACKLIGHT_BREATHING
|
||||
void breathing_task(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue