SHDISPMODEL
(Statement)
Display a registered model on the screen.
SHDISPMODEL <model number>, <displaying screen>, <coordinate X>, <coordinate Y>
<model number>
Designates the model number to display (0 to 99).
<destination screen to display>
Designates the storage memory number for display (0 to 3).
<coordinate X>
Designates the home position coordinate X of the registered model (0 to 511).
<coordinate Y>
Designates the home position coordinate Y of the registered model (0 to 479).
-
If the model number designated does not exist, nothing is executed.
-
For this instruction, a µVision board (option) is required.
VISSCREEN 0,0,1
|
'Instantaneously draw from storage memory 0
|
VISPLNOUT 0
|
'Display storage memory 0 on the monitor
|
SHDISPMODEL 1,0,100,100
|
'Display model 1 on the screen
|