aw20216: driver naming cleanups (#21891)
This commit is contained in:
parent
b9f2121d10
commit
a0aebe5cd5
34 changed files with 292 additions and 262 deletions
|
@ -33,10 +33,10 @@
|
|||
#define SPI_MOSI_PIN A7
|
||||
#define SPI_MISO_PIN A6
|
||||
|
||||
#define DRIVER_1_CS A15
|
||||
#define DRIVER_2_CS B15
|
||||
#define DRIVER_1_EN C13
|
||||
#define DRIVER_2_EN C13
|
||||
#define AW20216S_DRIVER_1_CS A15
|
||||
#define AW20216S_DRIVER_2_CS B15
|
||||
#define AW20216S_DRIVER_1_EN C13
|
||||
#define AW20216S_DRIVER_2_EN C13
|
||||
|
||||
#define DRIVER_COUNT 1
|
||||
#define AW20216S_DRIVER_COUNT 1
|
||||
#define RGB_MATRIX_LED_COUNT 71
|
||||
|
|
|
@ -80,7 +80,7 @@
|
|||
"solid_multisplash": true
|
||||
},
|
||||
"center_point": [76, 25],
|
||||
"driver": "aw20216",
|
||||
"driver": "aw20216s",
|
||||
"layout": [
|
||||
{ "flags": 4, "matrix": [1, 3], "x": 0, "y": 0 },
|
||||
{ "flags": 4, "matrix": [1, 7], "x": 10, "y": 0 },
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
|
||||
#ifdef RGB_MATRIX_ENABLE
|
||||
|
||||
const aw_led g_aw_leds[RGB_MATRIX_LED_COUNT] = {
|
||||
const aw20216s_led g_aw20216s_leds[RGB_MATRIX_LED_COUNT] = {
|
||||
/* Refer to IS31 manual for these locations
|
||||
* driver
|
||||
* | R location
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue