We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5aade7 commit 578e937Copy full SHA for 578e937
Adafruit_Feather_TFT_ESP32-S2/TFT_GitHub_Stars/code.py
@@ -32,7 +32,7 @@
32
group.append(tile_grid)
33
font = bitmap_font.load_font("/fonts/Arial-Bold-36.bdf")
34
text_area = bitmap_label.Label(font, text="----", color=0xFFFFFF)
35
-text_area.x = 125
+text_area.x = 135
36
text_area.y = 90
37
group.append(text_area)
38
display.show(group)
0 commit comments