LED drivers: extract IS31FL3746A from IS31COMMON (#22637)
This commit is contained in:
parent
a88dd675bf
commit
0a6913b682
11 changed files with 828 additions and 207 deletions
|
@ -100,6 +100,14 @@ const rgb_matrix_driver_t rgb_matrix_driver = {
|
|||
.set_color_all = is31fl3745_set_color_all,
|
||||
};
|
||||
|
||||
#elif defined(RGB_MATRIX_IS31FL3746A)
|
||||
const rgb_matrix_driver_t rgb_matrix_driver = {
|
||||
.init = is31fl3746a_init_drivers,
|
||||
.flush = is31fl3746a_flush,
|
||||
.set_color = is31fl3746a_set_color,
|
||||
.set_color_all = is31fl3746a_set_color_all,
|
||||
};
|
||||
|
||||
#elif defined(IS31FLCOMMON)
|
||||
const rgb_matrix_driver_t rgb_matrix_driver = {
|
||||
.init = IS31FL_RGB_init_drivers,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue