Add full color test images

This commit is contained in:
Scott Shawcroft 2024-08-09 11:29:07 -07:00
parent c05c96fbf7
commit 73382d0790
No known key found for this signature in database
3 changed files with 4 additions and 4 deletions

View file

@ -13,7 +13,7 @@ t = displayio.TileGrid(ruler, pixel_shader=ruler.pixel_shader)
g = displayio.Group()
g.append(t)
display.show(g)
display.root_group = g
display.refresh()
@ -33,7 +33,7 @@ t = displayio.TileGrid(ruler, pixel_shader=ruler.pixel_shader)
g = displayio.Group()
g.append(t)
display.show(g)
display.root_group = g
display.refresh()
@ -57,10 +57,10 @@ t.y -= (ruler.height - display.height) // 2
g = displayio.Group()
g.append(t)
display.show(g)
display.root_group = g
display.refresh()
while True:
pass
```
```

BIN
display-ruler-rgb-720p.bmp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 MiB

BIN
display-ruler-rgb.xcf Normal file

Binary file not shown.