Mikroelektronika MIKROE-724 データシート

ページ / 726
618
mikoBasic PRO for dsPIC30/33 and PIC24
MikroElektronika
TP_TFT_Get_Coordinates
Prototype
sub  function  TP_TFT_Get_Coordinates(dim  byref  x_coordinate  as  word,  dim 
byref y_coordinate as word) as byte
Description Get touch panel coordinates and store them in 
x_coordinate
 and 
y_coordinate
 parameters.
Parameters 
x_coordinate
: x coordinate of the place of touch. 
y_coordinate
: y coordinate of the place of touch. 
Returns
1
 - if reading is within display dimension range.
0
 - if reading is out of display dimension range. 
Requires
Nothing.
Example
if (TP_TFT_Get_Coordinates(@x_coord, @y_coord) = 0) then
  ...
end if
Notes
None.
TP_TFT_Calibrate_Min
Prototype
sub procedure TP_TFT_Calibrate_Min()
Description Calibrate bottom left corner of the touch Panel.
Parameters None.
Returns
Nothing.
Requires
Nothing.
Example
TP_TFT_Calibrate_Min()    ‘ Calibration of bottom left corner
Notes
None.
TP_TFT_Calibrate_Max
Prototype
sub procedure TP_TFT_Calibrate_Max()
Description Calibrate upper right corner of the touch panel.
Parameters None.
Returns
Nothing.
Requires
Nothing.
Example
TP_TFT_Calibrate_Max()    ‘ Calibration of upper right corner
Notes
None.