Fixed a typo
This commit is contained in:
parent
b0ca50012e
commit
2cd72bdcf3
2 changed files with 2 additions and 2 deletions
|
|
@ -46,7 +46,7 @@ splash.append(inner_sprite)
|
|||
text_group = displayio.Group(max_size=10, scale=3, x=57, y=120)
|
||||
text = "Hello World!"
|
||||
text_area = label.Label(terminalio.FONT, text=text, color=0xFFFF00)
|
||||
text_group.append(text_area) # Subgroup gor text scaling
|
||||
text_group.append(text_area) # Subgroup for text scaling
|
||||
splash.append(text_group)
|
||||
|
||||
while True:
|
||||
|
|
|
|||
|
|
@ -47,7 +47,7 @@ splash.append(inner_sprite)
|
|||
text_group = displayio.Group(max_size=10, scale=3, x=57, y=120)
|
||||
text = "Hello World!"
|
||||
text_area = label.Label(terminalio.FONT, text=text, color=0xFFFF00)
|
||||
text_group.append(text_area) # Subgroup gor text scaling
|
||||
text_group.append(text_area) # Subgroup for text scaling
|
||||
splash.append(text_group)
|
||||
|
||||
while True:
|
||||
|
|
|
|||
Loading…
Reference in a new issue