Skip to content

Commit f4d6278

Browse files
authored
Merge pull request #1704 from lesamouraipourpre/aht20-oled
AHT20 OLED: Update for CP7 Guide could not be located in Learn
2 parents 6780bd6 + fb4b775 commit f4d6278

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

AHT20_OLED/code.py

Lines changed: 1 addition & 1 deletion
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)