mirror of
https://github.com/ChuckBuilds/LEDMatrix.git
synced 2026-04-12 05:42:59 +00:00
Initial Clock Format
This commit is contained in:
13
config/config.json
Normal file
13
config/config.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"timezone": "America/New_York",
|
||||
"display": {
|
||||
"brightness": 50,
|
||||
"rows": 32,
|
||||
"cols": 64,
|
||||
"chain_length": 2
|
||||
},
|
||||
"clock": {
|
||||
"format": "%H:%M:%S",
|
||||
"update_interval": 1
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user