欢迎访问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文件第341页浏览型号S1D13506的Datasheet PDF文件第342页浏览型号S1D13506的Datasheet PDF文件第343页浏览型号S1D13506的Datasheet PDF文件第344页浏览型号S1D13506的Datasheet PDF文件第346页浏览型号S1D13506的Datasheet PDF文件第347页浏览型号S1D13506的Datasheet PDF文件第348页浏览型号S1D13506的Datasheet PDF文件第349页  
Epson Research and Development  
Page 111  
Vancouver Design Center  
int seGetResolution(unsigned *Width, unsigned *Height)  
void seGetLcdResolution(unsigned *Width, unsigned *Height)  
void seGetCrtResolution(unsigned *Width, unsigned *Height)  
void seGetTvResolution(unsigned *Width, unsigned *Height)  
Description:  
These functions return the width and height of the physical display device. Virtual dimen-  
sions are not accounted for in the return value.  
seGetResolution() returns the width and height of the active surface. If there is more than  
one display associated with the surface then precedence is given to the LCD.  
seGetLcdResolution() returns the width and height of the LCD panel. The width and  
height are adjusted for SwivelView orientation.  
seGetCrtResolution() and seGetTvResolution() return the width and height of the display  
indicated by the function name.  
Parameters:  
Width  
A pointer to an unsigned integer which will receive the width, in pixels,  
for the indicated surface.  
Height  
A pointer to an unsigned integer which will receive the height, in pixels,  
for the indicated surface.  
Return Value:  
seGetResolution() returns one of the following:  
ERR_OK Function completed successfully  
ERR_FAILED Returned when there is not an active display surface.  
seGetLcdResolution(), seGetCrtResolution(), and seGetTvResolution() do not return any  
value.  
unsigned seGetBytesPerScanline(void)  
unsigned seGetLcdBytesPerScanline(void)  
unsigned seGetTvBytesPerScanline(void)  
unsigned seGetCrtBytesPerScanline(void)  
Description:  
These functions return the number of bytes per scanline, including both displayed and  
non-displayed for the current video mode.  
seGetBytesPerScanline() returns the number of bytes per scanline for the current active  
surface.  
seGetLcdBytesPerScanline(), seGetTvBytesPerScanline(), and seGetCrtBytesPerScan-  
line() return the number of bytes per scanline for the surface indicated in the function  
name.  
To work correctly the S1D13505 registers have been initialized prior to calling any of  
these routines.  
Parameters:  
None.  
Return Value:  
The return value is the “stride” or number of bytes from the first byte of one scanline to the  
first byte of the next scanline. This value includes both the displayed and the non-dis-  
played bytes on each logical scanline.  
For rotated display modes the return value will be either 1024 (8 bpp) or 2048 (15/16 bpp)  
to reflect the 1024 x 1024 virtual area of the rotated memory.  
Programming Notes and Examples  
Issue Date: 01/02/06  
S1D13506  
X25B-G-003-03  
 复制成功!