reduced default power due to hardware spec fault

The boost converter is fairly weak. This was known going into this design. However, the LED brightness wasn't ever really calculated and was just assumed it would be kept under control by the specific LED programs in use.

Since per-color gain tuning isn't implemented yet, for now the default global gain is turned down to prevent voltage drop from turning off white LEDs when programs that light a significant number of LEDs are run. If turning up the brightness the white LEDs can still drop.
This commit is contained in:
true
2026-05-09 10:29:33 -07:00
parent ecaf281535
commit 9bc0ad4952
3 changed files with 6 additions and 7 deletions

View File

@@ -13,7 +13,7 @@
#define AW20X_DIM 28 // initial global current setting
#define AW20X_DIM 20 // initial global current setting
#define AW20X_COLS 6
#define AW20X_ROWS 12