Files
LEDMatrix/config/config.json
Chuck f33fc0899d Update config.json
update default timezone
2025-04-07 17:32:20 -05:00

13 lines
235 B
JSON

{
"timezone": "America/Chicago",
"display": {
"brightness": 50,
"rows": 32,
"cols": 64,
"chain_length": 2
},
"clock": {
"format": "%H:%M:%S",
"update_interval": 1
}
}