Skip to content

Using displayio.Tilegrid.transpose_xy will crash the MAGTAG sending it to Safe Mode #4284

@jposada202020

Description

@jposada202020

This was tested with the following code in a MagTag using CircuitPython 6.1.0

import displayio
import terminalio


font = terminalio.FONT
glyph= font.get_glyph(ord('A'))
letter = displayio.TileGrid(glyph.bitmap, pixel_shader=displayio.Palette(1), default_tile=glyph.tile_index, tile_width=glyph.width, tile_height=glyph.height)
letter.transpose_xy = True

This works fine in a wioterminal

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions