mirror of
https://github.com/ChuckBuilds/LEDMatrix.git
synced 2026-04-10 21:03:01 +00:00
adjusted config now that it actually influences display
This commit is contained in:
@@ -11,19 +11,19 @@
|
|||||||
"cols": 64,
|
"cols": 64,
|
||||||
"chain_length": 2,
|
"chain_length": 2,
|
||||||
"parallel": 1,
|
"parallel": 1,
|
||||||
"brightness": 70,
|
"brightness": 85,
|
||||||
"hardware_mapping": "adafruit-hat-pwm",
|
"hardware_mapping": "adafruit-hat-pwm",
|
||||||
"scan_mode": 0,
|
"scan_mode": 0,
|
||||||
"pwm_bits": 9,
|
"pwm_bits": 9,
|
||||||
"pwm_dither_bits": 0,
|
"pwm_dither_bits": 1,
|
||||||
"pwm_lsb_nanoseconds": 200,
|
"pwm_lsb_nanoseconds": 130,
|
||||||
"disable_hardware_pulsing": false,
|
"disable_hardware_pulsing": false,
|
||||||
"inverse_colors": false,
|
"inverse_colors": false,
|
||||||
"show_refresh_rate": false,
|
"show_refresh_rate": false,
|
||||||
"limit_refresh_rate_hz": 120
|
"limit_refresh_rate_hz": 120
|
||||||
},
|
},
|
||||||
"runtime": {
|
"runtime": {
|
||||||
"gpio_slowdown": 4
|
"gpio_slowdown": 3
|
||||||
},
|
},
|
||||||
"display_durations": {
|
"display_durations": {
|
||||||
"clock": 15,
|
"clock": 15,
|
||||||
|
|||||||
Reference in New Issue
Block a user