LED drivers: extract IS31FL3743A from IS31COMMON (#22635)
This commit is contained in:
parent
0ea3203205
commit
ae2d5e2e5a
14 changed files with 883 additions and 94 deletions
|
@ -84,6 +84,14 @@ const rgb_matrix_driver_t rgb_matrix_driver = {
|
|||
.set_color_all = is31fl3742a_set_color_all,
|
||||
};
|
||||
|
||||
#elif defined(RGB_MATRIX_IS31FL3743A)
|
||||
const rgb_matrix_driver_t rgb_matrix_driver = {
|
||||
.init = is31fl3743a_init_drivers,
|
||||
.flush = is31fl3743a_flush,
|
||||
.set_color = is31fl3743a_set_color,
|
||||
.set_color_all = is31fl3743a_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