We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57110f0 commit fb4b775Copy full SHA for fb4b775
AHT20_OLED/code.py
@@ -29,7 +29,7 @@
29
display.show(splash)
30
31
text = "hello world"
32
-text_area = label.Label(terminalio.FONT, color=0xFFFF00, x=15, y=0, max_glyphs=200)
+text_area = label.Label(terminalio.FONT, color=0xFFFF00, x=15, y=0)
33
splash.append(text_area)
34
35
while True:
0 commit comments