diff options
Diffstat (limited to 'drivers/led/issi/is31fl3741.h')
| -rw-r--r-- | drivers/led/issi/is31fl3741.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/led/issi/is31fl3741.h b/drivers/led/issi/is31fl3741.h index cea6761ca..163a03523 100644 --- a/drivers/led/issi/is31fl3741.h +++ b/drivers/led/issi/is31fl3741.h | |||
| @@ -45,8 +45,8 @@ void IS31FL3741_set_led_control_register(uint8_t index, bool red, bool green, bo | |||
| 45 | // (eg. from a timer interrupt). | 45 | // (eg. from a timer interrupt). |
| 46 | // Call this while idle (in between matrix scans). | 46 | // Call this while idle (in between matrix scans). |
| 47 | // If the buffer is dirty, it will update the driver with the buffer. | 47 | // If the buffer is dirty, it will update the driver with the buffer. |
| 48 | void IS31FL3741_update_pwm_buffers(uint8_t addr1, uint8_t addr2); | 48 | void IS31FL3741_update_pwm_buffers(uint8_t addr, uint8_t index); |
| 49 | void IS31FL3741_update_led_control_registers(uint8_t addr1, uint8_t addr2); | 49 | void IS31FL3741_update_led_control_registers(uint8_t addr, uint8_t index); |
| 50 | void IS31FL3741_set_scaling_registers(const is31_led *pled, uint8_t red, uint8_t green, uint8_t blue); | 50 | void IS31FL3741_set_scaling_registers(const is31_led *pled, uint8_t red, uint8_t green, uint8_t blue); |
| 51 | 51 | ||
| 52 | void IS31FL3741_set_pwm_buffer(const is31_led *pled, uint8_t red, uint8_t green, uint8_t blue); | 52 | void IS31FL3741_set_pwm_buffer(const is31_led *pled, uint8_t red, uint8_t green, uint8_t blue); |
