Skip to content

Commit 578e937

Browse files
committed
Update text location.
1 parent c5aade7 commit 578e937

File tree

1 file changed

+1
-1
lines changed
  • Adafruit_Feather_TFT_ESP32-S2/TFT_GitHub_Stars

1 file changed

+1
-1
lines changed

Adafruit_Feather_TFT_ESP32-S2/TFT_GitHub_Stars/code.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
group.append(tile_grid)
3333
font = bitmap_font.load_font("/fonts/Arial-Bold-36.bdf")
3434
text_area = bitmap_label.Label(font, text="----", color=0xFFFFFF)
35-
text_area.x = 125
35+
text_area.x = 135
3636
text_area.y = 90
3737
group.append(text_area)
3838
display.show(group)

0 commit comments

Comments
 (0)