added fonts hint
This commit is contained in:
parent
3010def921
commit
9a7111c744
1 changed files with 2 additions and 1 deletions
3
app.py
3
app.py
|
@ -52,7 +52,8 @@ class SignControlGUI(tk.Tk):
|
||||||
hint = (
|
hint = (
|
||||||
"Templates: {scrollon} {scrolloff} {blinkon} {blinkoff} "
|
"Templates: {scrollon} {scrolloff} {blinkon} {blinkoff} "
|
||||||
"{left} {center} {right} {erase} {serialnum} {bell} "
|
"{left} {center} {right} {erase} {serialnum} {bell} "
|
||||||
"{red} {green} {yellow}"
|
"{red} {green} {yellow} {font <name>}"
|
||||||
|
"\nFonts: normal_7 normal_5 bold_7 monospace"
|
||||||
)
|
)
|
||||||
ttk.Label(
|
ttk.Label(
|
||||||
self,
|
self,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue