Epson S1D13706 Technical Manual page 230

Embedded memory lcd controller
Hide thumbs Also See for S1D13706:
Table of Contents

Advertisement

Page 70
void seGetSubWinCoordinates(DWORD *x1, DWORD *y1, DWORD *x2, DWORD *y2)
Description:
Parameters:
Return Value:
unsigned seGetBytesPerScanline(void)
unsigned seGetMainWinBytesPerScanline(void)
unsigned seGetSubWinBytesPerScanline(void)
Description:
Parameters:
Return Value:
void seSetPowerSaveMode(BOOL Enable)
Description:
S1D13706
X31B-G-003-03
seGetSubWinCoordinates return the upper left and lower right corners of the sub-window
display.
The coordinates are adjusted for SwivelView orientation.
x1
A pointer to an unsigned long which will receive the sub-window x start
position (upper left corner).
y1
A pointer to an unsigned long which will receive the sub-window y start
position (upper left corner).
x2
A pointer to an unsigned long which will receive the sub-window x end
position (lower right corner).
y2
A pointer to an unsigned long which will receive the sub-window y end
position (lower right corner).
None.
These functions return the number of bytes in each line of the displayed image. Note that
the displayed image may be larger than the physical size of the LCD.
seGetBytesPerScanline() returns the number of bytes per scanline for the current active
surface.
seGetMainWinBytesPerScanline() and seGetSubWinBytesPerScanline() return the num-
ber of bytes per scanline for the surface indicated in the function name.
To work correctly these routines require the S1D13706 registers to be initialized prior to
being called.
None.
The return value is the "stride" or number of bytes from the first byte of one scanline to the
first byte of the next scanline. This value includes both the displayed and the non-dis-
played bytes on each logical scanline.
This function enables or disables the power save mode.
When power save mode is enabled the S1D13706 reduces power consumption by making
the displays inactive and ignoring memory accesses. Disabling power save mode re-
enables the video system to full functionality.
When powering down, the following steps are implemented:
1. Disable LCD power
2. Delay for LCD power down time interval [see seSetPowerDownDelay()].
3. Enable power save mode
Epson Research and Development
Vancouver Design Center
Programming Notes and Examples
Issue Date: 01/02/23

Advertisement

Table of Contents
loading

Table of Contents