Return to previous page Return to menu Go to next page

  Title  
Function specifications
  Function  

Set of line & vertical cell scrolling parameters
Function Name
SCL_SetLineParam
No
11

  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 specifications
  Function  
Scroll movement (movement amount: absolute)
Function Name
SCL_MoveTo
No
12

  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 specifications
  Function  
Scroll movement (movement amount: relative)
Function Name
SCL_Move
No
13

  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. 


Return to previous page Return to menu Go to next page