We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ec1c88 commit a23e5ffCopy full SHA for a23e5ff
README.rst
@@ -41,8 +41,9 @@ For a board with a built-in display.
41
text_area = label.Label(terminalio.FONT, text=text)
42
text_area.x = 10
43
text_area.y = 10
44
+ board.DISPLAY.show(text_area)
45
while True:
- board.DISPLAY.show(text_area)
46
+ pass
47
48
49
Contributing
examples/display_text_simpletest.py
@@ -7,5 +7,6 @@
7
8
9
10
+board.DISPLAY.show(text_area)
11
12
0 commit comments