diff --git a/AHT20_OLED/code.py b/AHT20_OLED/code.py index d05352641..c5c95be93 100755 --- a/AHT20_OLED/code.py +++ b/AHT20_OLED/code.py @@ -29,7 +29,7 @@ display.show(splash) text = "hello world" -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) splash.append(text_area) while True: