Skip to content

Commit 979191a

Browse files
committed
update tft background
Update TFT background so that scrolling text is easier to see
1 parent 1b3480b commit 979191a

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

CircuitPython_Day_2024_Projects/Feather_TFT_NTP_Countdown/code.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
font = bitmap_font.load_font("/Helvetica-Bold-16.pcf")
3636
blinka_bitmap = displayio.OnDiskBitmap("/cpday_tft.bmp")
3737
blinka_grid = displayio.TileGrid(blinka_bitmap, pixel_shader=blinka_bitmap.pixel_shader)
38-
scrolling_label = bitmap_label.Label(font, text=" ", y=display.height - 15)
38+
scrolling_label = bitmap_label.Label(font, text=" ", y=display.height - 13)
3939

4040
group.append(blinka_grid)
4141
group.append(scrolling_label)
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)