Add _flush()
functions to LED drivers (#22308)
This commit is contained in:
parent
1e9b299fb0
commit
cf7d3435d7
72 changed files with 346 additions and 319 deletions
|
@ -68,6 +68,8 @@ void aw20216s_set_color(int index, uint8_t red, uint8_t green, uint8_t blue);
|
|||
void aw20216s_set_color_all(uint8_t red, uint8_t green, uint8_t blue);
|
||||
void aw20216s_update_pwm_buffers(pin_t cs_pin, uint8_t index);
|
||||
|
||||
void aw20216s_flush(void);
|
||||
|
||||
#define CS1_SW1 0x00
|
||||
#define CS2_SW1 0x01
|
||||
#define CS3_SW1 0x02
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue