Skip to content

Commit c5aade7

Browse files
committed
Include font file.
1 parent 080a1c0 commit c5aade7

File tree

2 files changed

+2939
-1
lines changed

2 files changed

+2939
-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
@@ -30,7 +30,7 @@
3030
tile_grid = displayio.TileGrid(bitmap, pixel_shader=bitmap.pixel_shader)
3131
group = displayio.Group()
3232
group.append(tile_grid)
33-
font = bitmap_font.load_font("/fonts/Arial-Bold-24.bdf")
33+
font = bitmap_font.load_font("/fonts/Arial-Bold-36.bdf")
3434
text_area = bitmap_label.Label(font, text="----", color=0xFFFFFF)
3535
text_area.x = 125
3636
text_area.y = 90

0 commit comments

Comments
 (0)