fl16: Set RGB current limit to stay under 500mA

Also reduces noise even further.

Signed-off-by: Daniel Schaefer <dhs@frame.work>
This commit is contained in:
Daniel Schaefer 2023-07-20 19:00:11 +08:00
parent c230a834cb
commit 7c414248c5
2 changed files with 8 additions and 0 deletions

View File

@ -11,3 +11,7 @@
#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
// Limit current to ensure max current draw is just about 500mA
// when white att 100% brightness
#define ISSI_GLOBALCURRENT 104

View File

@ -10,3 +10,7 @@
// 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
// Limit current to ensure max current draw is just about 500mA
// when white at 100% brightness
#define ISSI_GLOBALCURRENT 185