fl16: Disable unused SW pins in RGB LED controller

Signed-off-by: Daniel Schaefer <dhs@frame.work>
This commit is contained in:
Daniel Schaefer 2023-07-20 13:43:10 +08:00
parent cc3f63e8e3
commit e1d4878627
2 changed files with 4 additions and 0 deletions

View File

@ -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

View File

@ -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