Gfx

From MiniScript Wiki
Revision as of 04:00, 18 January 2021 by JoeStrout (talk | contribs) (Created page with "In Mini Micro, <c>gfx</c> is a global reference to a PixelDisplay. It is assigned <c>display(5)</c> by the <c>clear</c> command. Users may reassign it as des...")
(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.

[[Category::Mini Micro]]