欢迎访问ic37.com |
会员登录 免费注册
发布采购

S1D13506 参数 Datasheet PDF下载

S1D13506图片预览
型号: S1D13506
PDF下载: 下载PDF文件 查看货源
内容描述: S1D13506彩色LCD / CRT / TV控制器 [S1D13506 Color LCD/CRT/TV Controller]
分类和应用: 电视控制器
文件页数/大小: 696 页 / 5934 K
品牌: EPSON [ EPSON COMPANY ]
 浏览型号S1D13506的Datasheet PDF文件第376页浏览型号S1D13506的Datasheet PDF文件第377页浏览型号S1D13506的Datasheet PDF文件第378页浏览型号S1D13506的Datasheet PDF文件第379页浏览型号S1D13506的Datasheet PDF文件第381页浏览型号S1D13506的Datasheet PDF文件第382页浏览型号S1D13506的Datasheet PDF文件第383页浏览型号S1D13506的Datasheet PDF文件第384页  
Page 146  
Epson Research and Development  
Vancouver Design Center  
void seSetInkColor(int index, DWORD color)  
void seSetLcdInkColor(int index, DWORD color)  
void seSetCrtInkColor(int index, DWORD color)  
void seSetTvInkColor(int index, DWORD color)  
Description:  
These routines allow the user to set the either of the two user definable hardware ink layer  
colors.  
The hardware ink layer can be thought of as a four color image of which only two colors  
can be changed. The non-changeable colors will displays as transparent and inverted col-  
ors.  
Call seSetInkColor() to change the in colors for the current active surface.  
Call seSetLcdInkColor(), seSetCrtInkColor(), or seSetTvInkColor() to change the color  
for the surface indicated by the function name.  
Parameters:  
Index  
Index to specifies which of the two changeable colors to access. Valid  
values for Index are 0 and 1.  
Color  
The new color to set as the ink layer color.  
The color values in the dword are arranged as follows:  
xxxx xxxx xxxR RRRR xxGG GGGG xxxB BBB  
Where x is don’t care (set to 0), R is five bits of red intensity, G is six  
bits of green intensity and B is five bits of blue intensity.  
Return Value:  
None.  
void seSetInkPixel(long x, longy, DWORD color)  
void seSetLcdInkPixel(long x, long y, DWORD color)  
void seSetCrtInkPixel(long x, longy, DWORD color)  
void seSetTvInkPixel(long x, long y, DWORD color)  
Description:  
These functions are intended for drawing on the hardware ink layer a pixel at a time.  
Call seSetInkPixel() to set a pixel in the ink layer associated with the current active sur-  
face.  
Call seSetLcdInkPixel(), seSetCrtInkPixel(), and seSetTvInkPixel() to set pixels in the ink  
layer associated with the display surface indicated in the function name.  
Parameters:  
x
The X co-ordinate of the ink layer, in pixels, at which to set the pixel  
color. Valid values for x range from 0 to display width - 1.  
y
The Y co-ordinate of the ink layer, in pixels, a which to set the pixel  
color. Valid values for y range from 0 to display height - 1.  
Color  
Specifies which of the four cursor colors set the pixel to.Valid values  
for Color are:  
0 - to set the pixel to the solid color 0  
1 - to set the pixel to the solid color 1  
2 - to set the pixel to the transparent color  
3 - to set the pixel to the inverted color.  
Return Value:  
None.  
S1D13506  
X25B-G-003-03  
Programming Notes and Examples  
Issue Date: 01/02/06  
 复制成功!