update tft background
Update TFT background so that scrolling text is easier to see
This commit is contained in:
parent
1b3480b2e4
commit
979191aabe
3 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ group = displayio.Group()
|
|||
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)
|
||||
|
|
|
|||
Binary file not shown.
|
Before Width: | Height: | Size: 32 KiB After Width: | Height: | Size: 32 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 32 KiB |
Loading…
Reference in a new issue