Epson S1D13708 User Manual

Page of 574
Epson Research and Development
Page 47
Vancouver Design Center
Programming Notes and Examples
S1D13708
Issue Date: 01/11/20 
X39A-G-003-01
ADVANCE
D
 IN
FOR
MAT
ION
Subje
ct to C
ha
nge
In SwivelView 0°, these bits set the vertical coordinates (y) of the PIP
+
 windows’s bottom 
edge. Increasing y moves the bottom edge downwards in 1 line steps. The vertical coordi-
nates start at line 0.
Program the PIP
+
 Window Y End Position so that
PIP
+
 Window Y End Position = y
In SwivelView 90°, these bits set the horizontal coordinates (x) of the PIP
+
 window’s left 
edge. Increasing x moves the left edge towards the right in steps of (32 
÷ 
bits-per-pixel) (see 
Table 8-4:, “32-bit Address Increments for Color Depth” ). The horizontal coordinates start 
at pixel 0.
Program the PIP
+
 Window Y End Position so that
PIP
+
 Window Y End Position = (panel height - x - 1) 
÷
 (32 
÷
 bits-per-pixel)
Note
Truncate the fractional part of the above equation.
In SwivelView 180°, these bits set the vertical coordinates (y) of the PIP
+
 window’s top 
edge. Increasing y moves the top edge downwards in 1 line steps. The vertical coordinates 
start at line 0.
Program the PIP
+
 Window Y End Position so that
PIP
+
 Window Y End Position = panel height - y - 1
In SwivelView 270°, these bits set the horizontal coordinates (x) of the PIP
+
 window’s 
right edge. Increasing x moves the right edge towards the right in steps of (32 
÷ 
bits-per-
pixel) (see Table 8-4:, “32-bit Address Increments for Color Depth” ). The horizontal 
coordinates start at pixel 0.
Program the PIP
+
 Window Y End Position so that
PIP
+
 Window Y End Position = x 
÷
 (32 
÷
 bits-per-pixel)
Note
Truncate the fractional part of the above equation.