欢迎访问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文件第354页浏览型号S1D13506的Datasheet PDF文件第355页浏览型号S1D13506的Datasheet PDF文件第356页浏览型号S1D13506的Datasheet PDF文件第357页浏览型号S1D13506的Datasheet PDF文件第359页浏览型号S1D13506的Datasheet PDF文件第360页浏览型号S1D13506的Datasheet PDF文件第361页浏览型号S1D13506的Datasheet PDF文件第362页  
Page 124  
Epson Research and Development  
Vancouver Design Center  
14.2.6 Color Manipulation  
The functions in the Color Manipulation section deal with altering the color values in the  
Look-Up Table directly through the accessor functions and indirectly through the color  
depth setting functions.  
Keep in mind that all lookup table data is contained in the upper nibble of each byte.  
void seWriteLutEntry(int Index, BYTE *pRGB)  
void seWriteLcdLutEntry(int Index, BYTE *pRGB)  
void seWriteCrtLutEntry(int Index, BYTE *pRGB)  
void seWriteTvLutEntry(int Index, BYTE *pRGB)  
¦Description:  
These routines write one lookup table entry to the specified index of the lookup table.  
seWriteLutEntry() writes to the specified index of the current active surface. See seSetL-  
cdAsActiveSurface(), seSetCrtAsActiveSurface() and seSetTvAsActiveSurface() for  
information about changing the active surface.  
seWriteLcdLutEntry(), seWriteCrtLutEntry() and seWriteTvLutEntry() modify one entry  
of the lookup table of the surface indicated in by the function name.  
Parameter:  
Index  
Offset to the lookup table entry to be modified. (i.e. a 0 will write the  
first entry and a 255 will write the last lookup table entry)  
pRGB  
A pointer to byte array of data to write to the lookup table. The array  
must consist of three bytes; the first byte contains the red value the  
second byte contains the green value and the third byte contains the  
blue value.  
Return Value:  
None  
S1D13506  
X25B-G-003-03  
Programming Notes and Examples  
Issue Date: 01/02/06  
 复制成功!