summaryrefslogtreecommitdiff
path: root/drivers/led/snled27351-simple.h
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2023-12-04 17:52:40 +1100
committerGitHub <noreply@github.com>2023-12-04 17:52:40 +1100
commit358bc8eac8e74eb79cd876bc41f3992da2bfcaf3 (patch)
tree13a931b8e9ed9d3802f6f15c138bb7179dbb9655 /drivers/led/snled27351-simple.h
parent3a2aec47b72518398984e944f4da189f5bf8daca (diff)
LED drivers: refactor page selection (#22518)
Diffstat (limited to 'drivers/led/snled27351-simple.h')
-rw-r--r--drivers/led/snled27351-simple.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/led/snled27351-simple.h b/drivers/led/snled27351-simple.h
index 2fc62a6f0a..0a4d2469f0 100644
--- a/drivers/led/snled27351-simple.h
+++ b/drivers/led/snled27351-simple.h
@@ -155,6 +155,7 @@ extern const snled27351_led_t PROGMEM g_snled27351_leds[SNLED27351_LED_COUNT];
void snled27351_init_drivers(void);
void snled27351_init(uint8_t addr);
+void snled27351_select_page(uint8_t addr, uint8_t page);
bool snled27351_write_register(uint8_t addr, uint8_t reg, uint8_t data);
bool snled27351_write_pwm_buffer(uint8_t addr, uint8_t *pwm_buffer);