
PT-Basic Programming Manual Ver. 1.00 66/143
To clear the activated TextBlock.
After executing this command, whatever being shown on the
LCD will be erased and the cursor will be moved to (0,0).
To put a rectangular bitmap in the activated TextBlock.
SHOW_IMAGE(left% , top% , width% , height% , path$)
SHOW_IMAGE(0,0,300,300,"d:\PROGRAM\test.bmp")
Several key argument as below:
Fill from the start point of X-axis (pixel).
Fill from the start point of Y-axis (pixel).
Fill the width from the start point (pixel).
Fill the height from the start point (pixel).
Bitmap file path (Must be on Disk D).
To clear from where the cursor is to the end of the line. The
cursor position is not affected after the operation.
PRINT "TEST BASIC"
LOCATE 3,0
CLR_EOL
The CLR_EOL command clears from where the cursor is to
the end of the line and then moves the cursor to the original
place.
Comentários a estes Manuais