added fonts hint

This commit is contained in:
Jurn Wubben 2025-08-25 16:09:31 +02:00
parent 3010def921
commit 9a7111c744

3
app.py
View file

@ -52,7 +52,8 @@ class SignControlGUI(tk.Tk):
hint = (
"Templates: {scrollon} {scrolloff} {blinkon} {blinkoff} "
"{left} {center} {right} {erase} {serialnum} {bell} "
"{red} {green} {yellow}"
"{red} {green} {yellow} {font <name>}"
"\nFonts: normal_7 normal_5 bold_7 monospace"
)
ttk.Label(
self,