PT-20 Programming Guide
82
Description
:
The showet_image function displays a rectangular bitmap specified by pat
to the LCD display. Th
e rectangular‟ s top left position and size are
specified by left, top, width, and height. The cursor position is not affected
after the operation.
left
Display form the start point of X-axis.
top
Display form the start point of Y-axis.
width
Display the width form the start point.
height
Display the high form the start point.
pat
The buffer that you want to display data of image.
Returns
:
none
Notice
:
If you want to show a two bits file of BMP, you can change the format by
using SDKUtility, and write into the buffer. After that, it will show on PA-20
/PA-2010 / PA-21 / PA-2110
‟s LCD.