欢迎访问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文件第338页浏览型号S1D13506的Datasheet PDF文件第339页浏览型号S1D13506的Datasheet PDF文件第340页浏览型号S1D13506的Datasheet PDF文件第341页浏览型号S1D13506的Datasheet PDF文件第343页浏览型号S1D13506的Datasheet PDF文件第344页浏览型号S1D13506的Datasheet PDF文件第345页浏览型号S1D13506的Datasheet PDF文件第346页  
Page 108  
Epson Research and Development  
Vancouver Design Center  
int seInitReg(unsigned DisplayMode, unsigned Flags)  
Description:  
This function initializes the S1D13506 registers, the LUT, assigns default surfaces and  
allocates memory accordingly.  
Parameters:  
DisplayMode  
Set this parameter according to the type of initialization desired.  
Valid values for DisplayMode are:  
0
Use the values configured by 13506CFG.EXE  
Initialize for use with an LCD panel.  
Initialize for use with a monitor.  
LCD  
CRT  
TV  
Initialize for use with a TV  
LCD | CRT  
LCD | TV  
Initialize for both LCD panel and monitor.  
Initialize for both LCD panel and TV.  
Flags  
Provides additional information about how to perform the initialization.  
Valid values for Flags are:  
CLEAR_MEMZero display memory as part of the initialization  
DISP_BLANKBlank the display, for aesthetics, during initialization.  
Return Value:  
ERR_OK  
The initialization completed with no problems.  
ERR_FAILED seInitReg failed to initialize the system correctly.  
void seGetHalVersion(const char ** pVersion, const char ** pStatus, const char  
**pStatusRevision)  
Description:  
Retrieves the HAL library version information. By retrieving and displaying the HAL ver-  
sion information along with application version information it is possible to determine at a  
glance whether the latest version of the software is being run.  
Parameters:  
pVersion  
pStatus  
A pointer to the array to receive the HAL version code.  
A pointer to the array to receive the HAL status code  
A “B” designates a beta version of the HAL, a NULL indicates the  
release version  
pStatusRevision A pointer to the array to receive the HAL revision status.  
Return Value:  
The version information is returned as the contents of the pointer arguments. A typical  
return might be:  
*pVersion == “1.01” (HAL version 1.01)  
*pStatus == “B” (BETA release)  
*pStatusRevision == “5” (fifth update of the beta)  
S1D13506  
X25B-G-003-03  
Programming Notes and Examples  
Issue Date: 01/02/06  
 复制成功!