We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9af8603 commit 46719a6Copy full SHA for 46719a6
CircuitPython_RGBMatrix/scroller/code.py
@@ -32,7 +32,7 @@
32
def tilegrid(palette):
33
return displayio.TileGrid(
34
bitmap=terminalio.FONT.bitmap, pixel_shader=palette,
35
- width=1, height=1, tile_width=6, tile_height=14, default_tile=32)
+ width=1, height=1, tile_width=6, tile_height=12, default_tile=32)
36
37
g = displayio.Group()
38
0 commit comments