欢迎访问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文件第357页浏览型号S1D13506的Datasheet PDF文件第358页浏览型号S1D13506的Datasheet PDF文件第359页浏览型号S1D13506的Datasheet PDF文件第360页浏览型号S1D13506的Datasheet PDF文件第362页浏览型号S1D13506的Datasheet PDF文件第363页浏览型号S1D13506的Datasheet PDF文件第364页浏览型号S1D13506的Datasheet PDF文件第365页  
Epson Research and Development  
Page 127  
Vancouver Design Center  
seSetLcdCrtBitsPerPixel() and seSetLcdTvBitsPerPixel() change the color depth for a sur-  
face which combines LCD and CRT/TV. Portrait (SwivelView 90) is disabled. If the dis-  
play resolution is not the same for the two displays then memory is allocated based on the  
larger of the two.  
IMPORTANT  
When the LCD color depth is changed, memory allocated for the display buffer and ink  
layer/hardware cursors is freed and the display buffer memory is reassigned. The applica-  
tion must redraw the display and re-initialize the cursor/ink and redraw after calling seSet-  
BitsPerPixel().  
seSetLcdCrtBitsPerPixel(), and seSetLcdTvBitsPerPixel() will free all allocated memory  
for all displays and all ink layers/hardware cursors, then allocate memory only for the dis-  
play(s) mentioned in the function name. The cursor/ink must be re-initialized and restored  
after making one of these calls.  
If the active surface is the panel then seSetBitsPerPixel() will free all allocated memory  
for all displays and all ink layers/hardware cursors, then allocate memory ONLY for the  
active surface (LCD). If the active surface is the CRT or TV, seSetBitsPerPixel() will free  
memory only for the active surface (CRT or TV), and then reallocate memory for this sur-  
face as required.  
Parameters:  
BitsPerPixel  
The new color depth. BitsPerPixel can be one of the following:  
4, 8, 15, 16.  
Return Value:  
The return value is the thirty-two bit offset to the start of the surface display memory. If  
there is an error the return value is 0. A linear address is the 32-bit offset, in CPU address  
space, where the application can directly read or write display memory.  
The thirty-two bit address must be converted to a segment:offset for use with a 16-bit Intel  
platform.  
unsigned seGetBitsPerPixel(void)  
unsigned seGetLcdBitsPerPixel(void)  
unsigned seGetCrtBitsPerPixel(void)  
unsigned seGetTvBitsPerPixel(void);  
Description:  
These functions returns the current color depth for a the associated display surface.  
seGetBitsPerPixel() returns the color depth for the current active surface.  
seGetLcdBitsPerPixel(), seGetCrtBitsPerPixel(), and seGetTvBitsPerPixel() return the  
color depth for the surface indicated in the function name.  
Parameters:  
None.  
Return Value:  
The color depth of the surface. This value will be 4, 8, 15 or 16.  
Programming Notes and Examples  
Issue Date: 01/02/06  
S1D13506  
X25B-G-003-03  
 复制成功!