欢迎访问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文件第347页浏览型号S1D13506的Datasheet PDF文件第348页浏览型号S1D13506的Datasheet PDF文件第349页浏览型号S1D13506的Datasheet PDF文件第350页浏览型号S1D13506的Datasheet PDF文件第352页浏览型号S1D13506的Datasheet PDF文件第353页浏览型号S1D13506的Datasheet PDF文件第354页浏览型号S1D13506的Datasheet PDF文件第355页  
Epson Research and Development  
Page 117  
Vancouver Design Center  
14.2.3 Surface Support  
The S1D13506 HAL library depends heavily on the concept of surfaces. Through surfaces  
the HAL tracks memory requirements of the attached display devices, hardware cursor and  
ink layers, and the Dual Panel buffer.  
Surfaces allow the HAL to permit or fail function calls which change the geometry of the  
S1D13506 display memory. Most HAL functions either allocate surface memory or manip-  
ulate a surface that has been allocated.  
The functions in this sections allow the application programmer a little greater control over  
surfaces.  
int seGetSurfaceDisplayMode(void)  
Description:  
Parameters:  
Return Value:  
This function determines the type of display associated with the current active surface.  
None.  
The return value indicates the active surface display type. Return values will be one of:  
LCD  
CRT  
TV  
The LCD panel is the active surface.  
The CRT display is the active surface.  
The TV is the active display.  
DWORD seGetSurfaceSize(void)  
Description:  
This function returns the number of display memory bytes allocated to the current active  
surface. The return value does not account for the size for the hardware cursor or ink layer  
which may be associated with the surface.  
Parameters:  
None.  
Return Value:  
The return value is the number of bytes allocated to the current active surface.  
The return value can be 0 if this function is called before initializing and making active a  
surface.  
DWORD seGetSurfaceLinearAddress(void)  
Description:  
Parameters:  
Return Value:  
This function returns the linear address of the start of memory for the active surface.  
None.  
The return value is the linear address to the start of memory for the active surface. A linear  
address is a 32-bit offset, in CPU address space.  
The return value will be NULL if this function is called before a surface has been initial-  
ized and made active.  
Note  
On 16-bit Intel platforms, this function will always return NULL. The PCI memory may  
be located beyond the addressing range of 16-bit programs so all S1D13505 controller  
accesses must be made through the HAL.  
Programming Notes and Examples  
Issue Date: 01/02/06  
S1D13506  
X25B-G-003-03  
 复制成功!