欢迎访问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文件第361页浏览型号S1D13506的Datasheet PDF文件第362页浏览型号S1D13506的Datasheet PDF文件第363页浏览型号S1D13506的Datasheet PDF文件第364页浏览型号S1D13506的Datasheet PDF文件第366页浏览型号S1D13506的Datasheet PDF文件第367页浏览型号S1D13506的Datasheet PDF文件第368页浏览型号S1D13506的Datasheet PDF文件第369页  
Epson Research and Development  
Page 131  
Vancouver Design Center  
DWORD seGetPixel(long x, long y)  
DWORD seGetLcdPixel(long x, long y)  
DWORD seGetCrtPixel(long x, long y)  
DWORD seGetTvPixel(long x, long y)  
Description:  
Returns the pixel color at the specified display location  
Use seGetPixel() to read the pixel color at the specified x,y co-ordinates on the current  
active surface. See seSetLcdAsActiveSurface(), seSetCrtAsActiveSurface() and  
seSetTvAsActiveSurface() for information about changing the active surface.  
Use seGetLcdPixel(), seGetCrtPixel(), and seGetTvPixel() to read the pixel color at the  
specified x,y co-ordinate on the display surface referenced in the function name.  
Parameters:  
x
y
The X co-ordinate, in pixels, of the pixel to read  
The Y co-ordinate, in pixels, of the pixel to read  
Return Value:  
The return value is a dword describing the color read at the x,y co-ordinate. Color is inter-  
preted differently at different color depths.  
At 4 and 8 bit per pixel, display colors are derived from the lookup table values. The return  
value is an index into the lookup table. The red, green and blue components of the color  
can be determined by reading the lookup table values at the returned index.  
At 15 and 16 bit per pixel the lookup table is bypassed and each word of display memory  
form the color to display. At 15 bit per pixel the least significant word of the return value  
directly represents the color of the pixel as a 5-5-5 RGB value with the most significant bit  
of the word discarded. In 16 bit per pixel display mode the least significant word of the  
return value describes the color as a 5-6-5 RGB value.  
Programming Notes and Examples  
Issue Date: 01/02/06  
S1D13506  
X25B-G-003-03  
 复制成功!