欢迎访问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文件第283页浏览型号S1D13506的Datasheet PDF文件第284页浏览型号S1D13506的Datasheet PDF文件第285页浏览型号S1D13506的Datasheet PDF文件第286页浏览型号S1D13506的Datasheet PDF文件第288页浏览型号S1D13506的Datasheet PDF文件第289页浏览型号S1D13506的Datasheet PDF文件第290页浏览型号S1D13506的Datasheet PDF文件第291页  
Epson Research and Development  
Page 53  
Vancouver Design Center  
8.5 Cursor Movement  
The following section discusses cursor movement in landscape, SwivelView 90°,  
SwivelView 180°, and SwivelView 270° modes.  
It is possible to move the top left corner of the cursor to a negative position (-63, -63). This  
allows the cursor to be clipped (only a portion is visible on-screen).  
Cursor positions don’t take effect until the most significant byte of the Y position register  
is written. Therefore, the following register write order is recommended.  
1. Set X Position Register 0  
2. Set X Position Register 1  
3. Set Y Position Register 0  
4. Set Y Position Register 1.  
8.5.1 Move Cursor in Landscape Mode (no rotation)  
In the following example, (x, y) represents the desired cursor position.  
1. Calculate abs(x), the absolute (non-negative) value of x.  
2. Write the least significant byte of abs(x) to X Position Register 0.  
3. If x is negative, take the value of the most significant byte of abs(x) and logically OR  
with 80h. Write the result to X Position Register 1.  
If x is positive, write the most significant byte of abs(x) to X Position Register 1.  
4. Calculate abs(y), the absolute (non-negative) value of y.  
5. Write the least significant byte of abs(y) to Y Position Register 0.  
6. If y is negative, take the value of the most significant byte of abs(y) and logically OR  
with 80h. Write the result to Y Position Register 1.  
If y is positive, take the value of the most significant byte of abs(y) and write to Y Po-  
sition Register 1.  
Programming Notes and Examples  
Issue Date: 01/02/06  
S1D13506  
X25B-G-003-03  
 复制成功!