Initial Clock Format

This commit is contained in:
Chuck
2025-04-07 16:52:13 -05:00
parent 1262e09bf5
commit 30c3080f15
195 changed files with 1155334 additions and 0 deletions

13
config/config.json Normal file
View 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
}
}