Return to previous page Return to menu Go to next page

  Title  
Function specifications
  Function  
Normal rectangle window settings
Function Name
SCL_SetWindow
No
25

  format  void SCL_SetWindow (Uint8 win, Uint32 logic, Uint32 enable, Uint32 area,
  Uint16 startX, Uint16 startY, Uint16 endX, Uint16 endY)
 Input  win: Specify the window type.
  SCL_W0: Specify the W0 window
  SCL_W1: Specify W1 window
 logic  logic: Overlap between multiple windows is processed with AND on the screen specified here.
.  The default is OR processing.
:  enable: Specify the screen to display the window.
 area  area: Specify the window to enable the outside of the window. Default is inside
  is effective.
Each variable of  logic  logic, enable, and area can be specified at the same time by OR operation. 


Return to previous page Return to menu Go to next page