LED Matrix: rename LED_DRIVER_LED_COUNT
to DRIVER_LED_TOTAL
(#11858)
This commit is contained in:
@@ -132,4 +132,4 @@
|
||||
#define I2C1_SDA 9
|
||||
|
||||
#define LED_DRIVER_COUNT 1
|
||||
#define LED_DRIVER_LED_COUNT 71
|
||||
#define DRIVER_LED_TOTAL 71
|
||||
|
@@ -18,7 +18,7 @@
|
||||
#ifdef LED_MATRIX_ENABLE
|
||||
#include "is31fl3731-simple.h"
|
||||
|
||||
const is31_led g_is31_leds[LED_DRIVER_LED_COUNT] = {
|
||||
const is31_led g_is31_leds[DRIVER_LED_TOTAL] = {
|
||||
/* Refer to IS31 manual for these locations
|
||||
* driver
|
||||
* | LED address
|
||||
|
Reference in New Issue
Block a user