created raspagenda.py -> 2025-01-25 16:23:32

This commit is contained in:
pepev-nrt 2025-01-25 16:23:39 +01:00
parent 11733c3495
commit d4aa097224
2 changed files with 38 additions and 8 deletions

View file

@ -1,15 +1,9 @@
{
"displayTZ": "Spain/Madrid",
"thresholdHours": 24,
"maxEventsPerDay": 3,
"isDisplayToScreen": false,
"isShutdownOnComplete": false,
"weekStartDay": 6,
"dayOfWeekText": ["L", "M", "X", "J", "V", "S", "D"],
"isDisplayConected": true,
"screenWidth": 250,
"screenHeight": 122,
"imageWidth": 250,
"imageHeight": 122,
"rotateAngle": 180,
"is24h": false,
"rotateAngle": 180
}