欢迎访问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文件第355页浏览型号S1D13506的Datasheet PDF文件第356页浏览型号S1D13506的Datasheet PDF文件第357页浏览型号S1D13506的Datasheet PDF文件第358页浏览型号S1D13506的Datasheet PDF文件第360页浏览型号S1D13506的Datasheet PDF文件第361页浏览型号S1D13506的Datasheet PDF文件第362页浏览型号S1D13506的Datasheet PDF文件第363页  
Epson Research and Development  
Page 125  
Vancouver Design Center  
void seReadLutEntry(int Index, BYTE *pRGB)  
void seReadLcdLutEntry(int Index, BYTE *pRGB)  
void seReadCrtLutEntry(int Index, BYTE *pRGB)  
void seReadTvLutEntry(int Index, BYTE *pRGB)  
¦Description:  
These routines read one lookup table entry and return the results in the byte array pointed  
to by pRGB.  
seReadLutEntry() reads the specified index from the lookup table of the current active sur-  
face. See seSetLcdAsActiveSurface(), seSetCrtAsActiveSurface() and seSetTvAsActive-  
Surface() for information about changing the active surface.  
seReadLcdLutEntry(), seReadCrtLutEntry(), and seReadTvLutEntry() read one entry  
form the lookup table for the surface indicated by the function name.  
Parameter:  
Index  
Offset to the lookup table entry to be read. (i.e. setting index to 2 will  
return a the value of the third element of the lookup table)  
pRGB  
A pointer to an array to receive the lookup table data. The array must be  
at least three bytes long. On return from this function the first byte of  
the array will contain the red data, the second byte will contain the  
green data and the third byte will contain the blue data.  
Return Value:  
None.  
void seWriteLut(BYTE *pRGB, int Count)  
void seWriteLcdLut(BYTE *pRGB, int Count)  
void seWriteCrtLut(BYTE *pRGB, int Count)  
void seWriteTvLut(BYTE *pRGB, int Count)  
¦Description:  
These routines write one or more lookup table entries starting at offset zero.  
seWriteLut() modifies Count entries in the current active surface. See seSetLcdAsActive-  
Surface(), seSetCrtAsActiveSurface() and seSetTvAsActiveSurface() for information  
about changing the active surface.  
seWriteLcdLut(), seWriteCrtLut(), and seWriteTvLut() modifies the lookup table for the  
surface indicated in the function name.  
This routine is intended to allow setting as many lookup table entries as the current color  
depth allows in call.  
Parameter:  
pRGB  
A pointer to an array of lookup table entry values to write to the LUT.  
Each lookup table entry must consist of three bytes. The first byte must  
contain the red value, the second byte must contain the green value and  
the third byte must contain the blue value to modify the lookup table  
with.  
Count  
None.  
The number of lookup table entries to modify.  
Return Value:  
Programming Notes and Examples  
Issue Date: 01/02/06  
S1D13506  
X25B-G-003-03  
 复制成功!