Add full color test images
This commit is contained in:
parent
c05c96fbf7
commit
73382d0790
3 changed files with 4 additions and 4 deletions
|
|
@ -13,7 +13,7 @@ t = displayio.TileGrid(ruler, pixel_shader=ruler.pixel_shader)
|
||||||
g = displayio.Group()
|
g = displayio.Group()
|
||||||
g.append(t)
|
g.append(t)
|
||||||
|
|
||||||
display.show(g)
|
display.root_group = g
|
||||||
|
|
||||||
display.refresh()
|
display.refresh()
|
||||||
|
|
||||||
|
|
@ -33,7 +33,7 @@ t = displayio.TileGrid(ruler, pixel_shader=ruler.pixel_shader)
|
||||||
g = displayio.Group()
|
g = displayio.Group()
|
||||||
g.append(t)
|
g.append(t)
|
||||||
|
|
||||||
display.show(g)
|
display.root_group = g
|
||||||
|
|
||||||
display.refresh()
|
display.refresh()
|
||||||
|
|
||||||
|
|
@ -57,10 +57,10 @@ t.y -= (ruler.height - display.height) // 2
|
||||||
g = displayio.Group()
|
g = displayio.Group()
|
||||||
g.append(t)
|
g.append(t)
|
||||||
|
|
||||||
display.show(g)
|
display.root_group = g
|
||||||
|
|
||||||
display.refresh()
|
display.refresh()
|
||||||
|
|
||||||
while True:
|
while True:
|
||||||
pass
|
pass
|
||||||
```
|
```
|
||||||
|
|
|
||||||
BIN
display-ruler-rgb-720p.bmp
Normal file
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
BIN
display-ruler-rgb.xcf
Normal file
Binary file not shown.
Loading…
Reference in a new issue