Skip to content

Commit

Permalink
Merge pull request #2859 from adafruit/cp_day
Browse files Browse the repository at this point in the history
update tft background
  • Loading branch information
TheKitty authored Aug 2, 2024
2 parents 3bfc11d + 979191a commit 15dbd2f
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
font = bitmap_font.load_font("/Helvetica-Bold-16.pcf")
blinka_bitmap = displayio.OnDiskBitmap("/cpday_tft.bmp")
blinka_grid = displayio.TileGrid(blinka_bitmap, pixel_shader=blinka_bitmap.pixel_shader)
scrolling_label = bitmap_label.Label(font, text=" ", y=display.height - 15)
scrolling_label = bitmap_label.Label(font, text=" ", y=display.height - 13)

group.append(blinka_grid)
group.append(scrolling_label)
Expand Down
Binary file not shown.
Binary file not shown.

0 comments on commit 15dbd2f

Please sign in to comment.