fl16: Disable unused SW pins in RGB LED controller
Signed-off-by: Daniel Schaefer <dhs@frame.work>
This commit is contained in:
parent
cc3f63e8e3
commit
e1d4878627
@ -10,3 +10,4 @@
|
||||
#define DRIVER_1_LED_TOTAL 48
|
||||
#define DRIVER_2_LED_TOTAL 49
|
||||
#define RGB_MATRIX_LED_COUNT (DRIVER_1_LED_TOTAL + DRIVER_2_LED_TOTAL)
|
||||
#define ISSI_CONFIGURATION 0x21 // Enable only the first 9 SW and disable software shutdown
|
||||
|
||||
@ -7,3 +7,6 @@
|
||||
#define DRIVER_COUNT 1
|
||||
#define DRIVER_ADDR_1 0b0100000
|
||||
#define RGB_MATRIX_LED_COUNT 24
|
||||
// Enable only the first 4 SW and disable software shutdown
|
||||
// Otherwise voltage on SW pins without LEDs causes voltage rise and noise
|
||||
#define ISSI_CONFIGURATION 0x71
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user