ID of scrolling text screen: 0 to 4
Coordinate to check character code
・The meaning of coordinates changes depending on the value of the next mode.
Specify the coordinate conversion method: 0 to 2
0 | Convert text screen coordinates (in dots) to display coordinates |
1 | Convert display coordinates to character coordinates on the text screen |
2 | Convert display coordinates to dot coordinates on the text screen |
・0, if not specified.
・When using display coordinates, the effect of LMATRIX is not considered.
Coordinate value of conversion result
・The meaning of the coordinates returned depends on the mode value.
TCOORD 1,10,10,0 OUT DX,DY GPSET DX,DY,#C_WHITE TCOORD 1,100,50,1 OUT CX,CY LOCATE CX,CY:?"A" TCOORD 1,100,50,2 OUT SX,SY