S1D13700F01A100 Epson, S1D13700F01A100 Datasheet - Page 127

no-image

S1D13700F01A100

Manufacturer Part Number
S1D13700F01A100
Description
Display Drivers LCD CONTROLLER
Manufacturer
Epson
Datasheet

Specifications of S1D13700F01A100

Operating Temperature (min)
-40C
Operating Temperature (max)
85C
Operating Temperature Classification
Industrial
Package Type
TQFP
Pin Count
80
Mounting
Surface Mount
Operating Supply Voltage (min)
2.7V
Lead Free Status / Rohs Status
Supplier Unconfirmed

Available stocks

Company
Part Number
Manufacturer
Quantity
Price
Part Number:
S1D13700F01A100
Manufacturer:
MTK
Quantity:
5 000
Part Number:
S1D13700F01A100
Manufacturer:
Epson Electronics America Inc-Semiconductor Div
Quantity:
10 000
Part Number:
S1D13700F01A100
Manufacturer:
EPSON/爱普生
Quantity:
20 000
9: HARDWARE ABSTRACTION LAYER (HAL)
Drawing
2-42
int seSetPixel(long x, long y, DWORD Color)
int seGetPixel(long x, long y, DWORD *pColor)
int seDrawLine(int x1, int y1, int x2, int y2, DWORD Color)
int seDrawRect(long x1, long y1, long x2, long y2, DWORD Color,
BOOL SolidFill)
The Drawing routines cover HAL functions that deal with displaying pixels, lines and shapes.
Description: Draws a pixel at coordinates (x,y) in the requested color. This routine can be used for
Parameters: x
Return Value: ERR_OK
Description: Reads the pixel color at coordinates (x,y). This routine can be used for any color
Parameters: x
Return Value: ERR_OK
Description: This routine draws a line on the display from the endpoints defined by x1,y1 to the
Parameters: (x1, y1)- first endpoint of the line in pixels
Return Value: ERR_OK
Note: Functionality differs from the 1350x HAL.
Description: This routine draws and optionally fills a rectangular area of display buffer. The upper
Parameters: x1, y1
Return Value: ERR_OK
any color depth.
y
Color
depth.
y
pColor
endpoint x2,y2 in the requested 'Color'.
Currently seDrawLine() only draws horizontal and vertical lines.
(x2, y2)
Color
right corner is defined by x1,y1 and the lower right corner is defined by x2,y2. The
color, defined by Color, applies both to the border and to the optional fill.
x2, y2
Color
SolidFill
- horizontal coordinate of the pixel (starting from 0)
- vertical coordinate of the pixel (starting from 0)
- at 1, 2, 4, and 8 bpp Color is an index into the LUT.
- operation completed with no problems.
- horizontal coordinate of the pixel (starting from 0)
- vertical coordinate of the pixel (starting from 0)
- at 1, 2, 4, and 8 bpp pColor points to an index into the LUT.
- operation completed with no problems.
- second endpoint of the line in pixels (see note below)
- color to draw with. 'Color' is an index into the LUT.
- operation completed with no problems
- top left corner of the rectangle (in pixels)
- bottom right corner of the rectangle (in pixels)
- The color to draw the rectangle outline and fill with
- Color is an index into the Look-Up Table.
- Flag whether to fill the rectangle or simply draw the border.
- Set to 0 for no fill, set to non-0 to fill the inside of the rectangle
- operation completed with no problems.
At 15 and 16 bpp Color defines the color directly
At 15 and 16 bpp pColor points to the color directly
(i.e. rrrrrggggggbbbbb for 16 bpp)
(i.e. rrrrrggggggbbbbb for 16 bpp)
EPSON
S1D13705F00A PROGRAMMING NOTES
AND EXAMPLES (X27A-G-002-01)

Related parts for S1D13700F01A100