adjusting LED panel settings to reduce flicker

This commit is contained in:
ChuckBuilds
2025-04-18 19:13:00 -05:00
parent ed23f8e3a5
commit cdcbea5d1d

View File

@@ -11,12 +11,12 @@
"cols": 64, "cols": 64,
"chain_length": 2, "chain_length": 2,
"parallel": 1, "parallel": 1,
"brightness": 60, "brightness": 50,
"hardware_mapping": "adafruit-hat-pwm", "hardware_mapping": "adafruit-hat-pwm",
"scan_mode": "progressive", "scan_mode": "progressive",
"pwm_bits": 11, "pwm_bits": 11,
"pwm_dither_bits": 2, "pwm_dither_bits": 2,
"pwm_lsb_nanoseconds": 50, "pwm_lsb_nanoseconds": 100,
"disable_hardware_pulsing": true, "disable_hardware_pulsing": true,
"inverse_colors": false, "inverse_colors": false,
"show_refresh_rate": true, "show_refresh_rate": true,