Add _LED_COUNT
defines to LED drivers (#22309)
This commit is contained in:
parent
c667da0190
commit
17ccf3521b
15 changed files with 60 additions and 0 deletions
|
@ -22,6 +22,10 @@
|
|||
|
||||
#define IS31FL3218_I2C_ADDRESS 0x54
|
||||
|
||||
#if defined(LED_MATRIX_IS31FL3218)
|
||||
# define IS31FL3218_LED_COUNT LED_MATRIX_LED_COUNT
|
||||
#endif
|
||||
|
||||
typedef struct is31fl3218_led_t {
|
||||
uint8_t v;
|
||||
} __attribute__((packed)) is31fl3218_led_t;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue