Flicker adjustments and text padding

This commit is contained in:
Chuck
2025-04-07 20:54:53 -05:00
parent 4fd1a9c492
commit b9641389d0
2 changed files with 13 additions and 9 deletions

View File

@@ -11,19 +11,19 @@
"cols": 64,
"chain_length": 2,
"parallel": 1,
"brightness": 50,
"brightness": 60,
"hardware_mapping": "adafruit-hat-pwm",
"scan_mode": "progressive",
"pwm_bits": 11,
"pwm_dither_bits": 0,
"pwm_bits": 8,
"pwm_dither_bits": 1,
"pwm_lsb_nanoseconds": 130,
"disable_hardware_pulsing": true,
"inverse_colors": false,
"show_refresh_rate": false,
"limit_refresh_rate_hz": 0
"limit_refresh_rate_hz": 100
},
"runtime": {
"gpio_slowdown": 4
"gpio_slowdown": 2
},
"rotation_interval": 30
},