欢迎访问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文件第353页浏览型号S1D13506的Datasheet PDF文件第354页浏览型号S1D13506的Datasheet PDF文件第355页浏览型号S1D13506的Datasheet PDF文件第356页浏览型号S1D13506的Datasheet PDF文件第358页浏览型号S1D13506的Datasheet PDF文件第359页浏览型号S1D13506的Datasheet PDF文件第360页浏览型号S1D13506的Datasheet PDF文件第361页  
Epson Research and Development  
Page 123  
Vancouver Design Center  
Note  
If ((Offset + Count) > memory size) then this function limits the writes to the end of dis-  
play memory.  
void seWriteDisplayWords(DWORD Offset, unsigned Value, DWORD Count)  
Description:  
Parameters:  
This routine writes one or more words to display memory starting at the specified offset.  
Offset  
Offset, in bytes, from the start of display memory to the first word to  
write.  
Value  
An unsigned integer containing the word to written in the least  
significant word  
Count  
None.  
Number of words to write. All words will have the same value.  
Return Value:  
Note  
If ((Offset + (Count * 2)) > memory size) then this function limits the writes to the end  
of display memory.  
void seWriteDisplayDwords(DWORD Offset, DWORD Value, DWORD Count)  
Description:  
Parameters:  
This routine writes one or more dwords to display memory starting at the specified offset.  
Offset  
Offset, in bytes, from the start of display memory to the first dword to  
write.  
Value  
Count  
None.  
The value to be written to display memory.  
Number of dwords to write. All dwords will have the same value.  
Return Value:  
Note  
If ((Offset + (Count * 4)) > memory size) then this function limits the writes to the end  
of display memory.  
Programming Notes and Examples  
Issue Date: 01/02/06  
S1D13506  
X25B-G-003-03  
 复制成功!