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...")
 
m (Fixed the bottom link)
 
Line 3: Line 3:
 
Note that unlike <c>[[text]]</c>, <c>gfx</c> 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.
 
Note that unlike <c>[[text]]</c>, <c>gfx</c> 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]]
+
[[Category:Mini Micro]]

Latest revision as of 11:56, 28 January 2025

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.