S1D13505 Epson Electronics America, Inc., S1D13505 Datasheet - Page 217

no-image

S1D13505

Manufacturer Part Number
S1D13505
Description
LCD Controller
Manufacturer
Epson Electronics America, Inc.
Datasheet

Available stocks

Company
Part Number
Manufacturer
Quantity
Price
Part Number:
S1D13505F00A
Manufacturer:
EPSON
Quantity:
254
Part Number:
S1D13505F00A100
Manufacturer:
EPSON
Quantity:
8 000
Part Number:
S1D13505F00A2
Manufacturer:
EPSON
Quantity:
5
Part Number:
S1D13505F00A2
Manufacturer:
EPSON/爱普生
Quantity:
20 000
Part Number:
S1D13505F00A200
Manufacturer:
EPSON
Quantity:
1 400
Part Number:
S1D13505F00A200
Manufacturer:
Epson Electronics America Inc-Semiconductor Div
Quantity:
10 000
Part Number:
S1D13505F00A200
Manufacturer:
EPSON/爱普生
Quantity:
20 000
Epson Research and Development
Vancouver Design Center
Programming Notes and Examples
Issue Date: 01/02/05
Note
Note
Description:
Parameters:
Return Value: ERR_OK
int seSplitScreen(int DevID, int WhichScreen, long VisibleScanlines)
Description:
Parameters:
Return Value: ERR_OK
int seVirtInit(int DevID, DWORD VirtX, DWORD * VirtY)
Description:
Parameter:
It is assumed that the system has been properly initialized prior to calling seSplitInit().
seSplitInit() must be called before calling seSplitScreen()
Changing the number of lines for one screen will also change the number of lines in the
other screen (e.g. increasing screen 1 lines by 5 will reduce screen 2 lines by 5).
This function prepares the system for split screen operation. In order for split screen
to function the starting address in the display buffer for the upper portion (screen 1),
and the lower portion (screen 2) must be specified. Screen 1 is always displayed
above screen 2 on the display regardless of the location of their respective starting
addresses.
DevID
Scrn1Addr - offset in display buffer, in bytes, to the start of screen 1
Scrn2Addr - offset in display buffer, in bytes, to the start of screen 2
Changes the relevant registers to adjust the split screen according to the number of
visible lines requested. WhichScreen determines which screen, screen 1 or screen 2,
to change.
The smallest screen 1 can be set to is one line. This is due to the way the register
values are used internally on the S1D13505. Setting the line compare register to zero
results in one line of screen 1 being displayed followed by screen 2.
DevID
WhichScreen- must be set to 1 or 2, or use the constants SCREEN1 or SCREEN2,
VisibleScanlines- number of lines to show for the selected screen
ERR_HAL_BAD_ARG- argument VisibleScanlines is negative or is greater than
This function prepares the system for virtual screen operation. The programmer
passes the desired virtual width, in pixels, as VirtX. When the routine returns, VirtY
will contain the maximum number of lines that can be displayed at the requested
virtual width.
DevID
VirtX
VirtY
- registered device ID
- operation completed with no problems
- registered device ID
to identify which screen to base calculations on
- operation completed with no problems
vertical panel size or WhichScreen is not SCREEN1 or SCREEN 2.
- registered device ID
- horizontal size of virtual display in pixels.
(Must be greater or equal to physical size of display)
- a return placeholder for the maximum number of lines available
given VirtX
X23A-G-003-07
S1D13505
Page 63

Related parts for S1D13505