Files
LEDMatrix/config/config.json
2025-04-07 16:52:13 -05:00

13 lines
236 B
JSON

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