format void SCL_SetLineWindow (Uint8 win, Uint32 logic, Uint32 enable, Uint32 area,
Uint32 address, Uint32 sy, Uint32 tbSize, SclLinWindowTb * tb)
Input win: Specify the window type.
SCL_W0: Specify the W0 window
SCL_W1: Specify W1 window
logic logic: Overlay between multiple windows is processed with AND on the screen specified here.
will be . 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.
: address: Specify where to place the line window table on VRAM.
: sy: Start of Y coordinate
tBSize: Size of the line window table
: tb: Pointer of the line window table
You can specify multiple variables for logic logic, enable, and area by OR operation at the same time.
Output None
Function value None
Function Sets the normal line window.