Updated README. Added example config. Added default font for ease of use.
This commit is contained in:
14
config_example.json
Normal file
14
config_example.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"width": 800,
|
||||
"height": 600,
|
||||
"output": "trmnl.png",
|
||||
"font": "font.ttf",
|
||||
"widgets":
|
||||
[
|
||||
{
|
||||
"name": "widget_name",
|
||||
"parameter1": "example",
|
||||
"parameter2": 10
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user