Title |
Function |
Function Name |
No |
format void SCL_SetLineParam (SclLineParam * lp) Input lp: Line parameter table Output None Function value None Function None Remarks Executed between executing SclOpen () and executing SclClose (). : Only NBG0 and NBG1 can be set.
Title |
Function |
Function Name |
No |
format void SCL_MoveTo (Fixed32 x, Fixed32 y, Fixed32 z) Input Specify the coordinates to paste the scroll surface x: X coordinate Y y: Y coordinate z: Z coordinate Output None Function value None Function Absolutely moves the scroll surface. Remarks Executed between executing SclOpen () and executing SclClose (). Z coordinates can be specified only for the rotation parameter table.
Title |
Function |
Function Name |
No |
format void SCL_Move (Fixed32 x, Fixed32 y, Fixed32 z) Input x: Specify the movement distance in the X direction : y: Specify the movement distance in the Y direction : z: Specify the movement distance in the Z direction Output None Function value None Function Moves the scroll surface relatively. Remarks Executed between executing SclOpen () and executing SclClose (). Z coordinates can be specified only for the rotation parameter table.