bits 8 pwm lsb nano 130 dither 0 pulsing false

This commit is contained in:
ChuckBuilds
2025-04-18 19:21:12 -05:00
parent 5e5416f3f5
commit c3fe3c2dcf

View File

@@ -14,9 +14,9 @@
"brightness": 50,
"hardware_mapping": "adafruit-hat-pwm",
"scan_mode": "progressive",
"pwm_bits": 11,
"pwm_dither_bits": 2,
"pwm_lsb_nanoseconds": 100,
"pwm_bits": 8,
"pwm_dither_bits": 0,
"pwm_lsb_nanoseconds": 130,
"disable_hardware_pulsing": true,
"inverse_colors": false,
"show_refresh_rate": true,