We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 983fd85 commit a8b9431Copy full SHA for a8b9431
1 file changed
CircuitPython_Display_Text/updating_text_example/code.py
@@ -19,9 +19,7 @@
19
20
# create the label
21
updating_label = label.Label(
22
- font=terminalio.FONT,
23
- text="Time Is:\n{}".format(time.monotonic()),
24
- scale=2
+ font=terminalio.FONT, text="Time Is:\n{}".format(time.monotonic()), scale=2
25
)
26
27
# set label position on the display
0 commit comments