Owner manual

The Graphic commands use the graphics variables G0-G9 as
name arguments—or the Page variable from Sketch. Position
arguments take the form (x,y). Position coordinates depend
on the current aplet's scale which is specified by Xmin, Xmax,
Ymin, and Ymax.
Graphic Commands
DISPLAY-»
Stores the current display in name.
DISPLAY^ name
-»DISPLAY
Displays graphic from name in the display.
-»DISPLAY name
^GROB
Creates a graphic from expression, using font_size, and stores
the resulting graphic in name. Font sizes are 1, 2, or 3. If the
font_size argument is 0, the HP 38G creates a graphic display
like that created by the SHOW operation.
—»GROB name;expression;font_size
GROBNOT
Replaces graphic in name with bitwise-inverted graphic from
name.
GROBNOT name
GROBOR Using the logical OR, superimposes graphic onto name starting
at the specified coordinate in position.
GROBOR
name_graphicl;position;name_graphic2
EKau®>le GROBOR G1; ( 0,0) ; G2
GROBXOR
Using the logical XOR, superimposes graphic onto name
starting at the specified coordinate in position.
GROBXOR name;position; graphic
MAKEGROB
Creates graphic with given width, height, and hexadecimal
data, and stores it in name.
MAKEGROB name;width height hex-data
Programming 8-15