Skip to content

Commit 70d280a

Browse files
authored
Merge pull request #2596 from adafruit/mikeysklar-rgbmatrix
tile_height error changing from 14 to 12 for font
2 parents 9af8603 + 46719a6 commit 70d280a

File tree

1 file changed

+1
-1
lines changed
  • CircuitPython_RGBMatrix/scroller

1 file changed

+1
-1
lines changed

CircuitPython_RGBMatrix/scroller/code.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
def tilegrid(palette):
3333
return displayio.TileGrid(
3434
bitmap=terminalio.FONT.bitmap, pixel_shader=palette,
35-
width=1, height=1, tile_width=6, tile_height=14, default_tile=32)
35+
width=1, height=1, tile_width=6, tile_height=12, default_tile=32)
3636

3737
g = displayio.Group()
3838

0 commit comments

Comments
 (0)