add python blinkie example

This commit is contained in:
2026-05-15 20:41:41 +01:00
parent 49ee2d15be
commit 83467531b0
6 changed files with 83 additions and 2 deletions

View File

@@ -20,3 +20,12 @@ command = ["bash", "-c", "/usr/bin/uptime -p | cut -d, -f-2"]
font = "./res/curie.bdf"
text_filters = [ "lowercase" ]
text_offset = [21, 4]
[[image]]
output = "out/pdweather.gif"
template = "./res/templates/forest.gif"
command = [ "python", "./res/pdweather.py" ]
font = "./res/curie.bdf"
text_filters = [ "lowercase" ]
text_offset = [45, 4]