Update text location.
This commit is contained in:
parent
c5aade7440
commit
578e937389
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ group = displayio.Group()
|
||||||
group.append(tile_grid)
|
group.append(tile_grid)
|
||||||
font = bitmap_font.load_font("/fonts/Arial-Bold-36.bdf")
|
font = bitmap_font.load_font("/fonts/Arial-Bold-36.bdf")
|
||||||
text_area = bitmap_label.Label(font, text="----", color=0xFFFFFF)
|
text_area = bitmap_label.Label(font, text="----", color=0xFFFFFF)
|
||||||
text_area.x = 125
|
text_area.x = 135
|
||||||
text_area.y = 90
|
text_area.y = 90
|
||||||
group.append(text_area)
|
group.append(text_area)
|
||||||
display.show(group)
|
display.show(group)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue