Difference between revisions of "Gfx"

From MiniScript Wiki
Jump to navigation Jump to search
(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...")
 
(No difference)

Latest revision as of 04:00, 18 January 2021

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]]