LED drivers: register naming cleanups (#22436)

This commit is contained in:
Ryan
2023-11-21 02:48:23 +11:00
committed by GitHub
parent e279c78ba3
commit dda6e7fb36
51 changed files with 684 additions and 671 deletions

View File

@ -21,6 +21,14 @@
#include "progmem.h"
#include "util.h"
#define IS31FL3218_REG_SHUTDOWN 0x00
#define IS31FL3218_REG_PWM 0x01
#define IS31FL3218_REG_LED_CONTROL_1 0x13
#define IS31FL3218_REG_LED_CONTROL_2 0x14
#define IS31FL3218_REG_LED_CONTROL_3 0x15
#define IS31FL3218_REG_UPDATE 0x16
#define IS31FL3218_REG_RESET 0x17
#define IS31FL3218_I2C_ADDRESS 0x54
#if defined(LED_MATRIX_IS31FL3218)