Gfx

From MiniScript Wiki
Jump to navigation Jump to search

In Mini Micro, gfx is a global reference to a PixelDisplay. It is assigned display(5) by the clear command. Users may reassign it as desired.

Note that unlike text, gfx has no special significance to the Mini Micro runtime. It is provided only as a convenience to the user, and to facilitate sharing of small scripts that do pixel drawing.

[[Category::Mini Micro]]