1
0
Fork 0

is31fl3736: extract single-color API (#22133)

This commit is contained in:
Ryan 2023-09-27 10:18:07 +10:00 committed by GitHub
parent 5da3604ec3
commit 32de27bb20
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
23 changed files with 654 additions and 95 deletions

View file

@ -86,10 +86,6 @@ void is31fl3736_set_color_all(uint8_t red, uint8_t green, uint8_t blue);
void is31fl3736_set_led_control_register(uint8_t index, bool red, bool green, bool blue);
void is31fl3736_mono_set_brightness(int index, uint8_t value);
void is31fl3736_mono_set_brightness_all(uint8_t value);
void is31fl3736_mono_set_led_control_register(uint8_t index, bool enabled);
// This should not be called from an interrupt
// (eg. from a timer interrupt).
// Call this while idle (in between matrix scans).