Skip to content

Commit fb4b775

Browse files
Remove max_glyphs usage with Display_Text Label
1 parent 57110f0 commit fb4b775

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AHT20_OLED/code.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
display.show(splash)
3030

3131
text = "hello world"
32-
text_area = label.Label(terminalio.FONT, color=0xFFFF00, x=15, y=0, max_glyphs=200)
32+
text_area = label.Label(terminalio.FONT, color=0xFFFF00, x=15, y=0)
3333
splash.append(text_area)
3434

3535
while True:

0 commit comments

Comments
 (0)