Updated README. Added example config. Added default font for ease of use.

This commit is contained in:
2025-12-04 15:32:42 +02:00
parent 77514c4d13
commit 58abb91c64
5 changed files with 23 additions and 5 deletions

14
config_example.json Normal file
View File

@@ -0,0 +1,14 @@
{
"width": 800,
"height": 600,
"output": "trmnl.png",
"font": "font.ttf",
"widgets":
[
{
"name": "widget_name",
"parameter1": "example",
"parameter2": 10
}
]
}