Gfx

From MiniScript Wiki
Revision as of 11:56, 28 January 2025 by Duck Mim (talk | contribs) (Fixed the bottom link)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.