欢迎访问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文件第308页浏览型号S1D13506的Datasheet PDF文件第309页浏览型号S1D13506的Datasheet PDF文件第310页浏览型号S1D13506的Datasheet PDF文件第311页浏览型号S1D13506的Datasheet PDF文件第313页浏览型号S1D13506的Datasheet PDF文件第314页浏览型号S1D13506的Datasheet PDF文件第315页浏览型号S1D13506的Datasheet PDF文件第316页  
Page 78  
Epson Research and Development  
Vancouver Design Center  
S
D
D
S
Destination Address greater than Source Address  
Use Move BitBLT in Negative Direction  
Destination Address less than Source Address  
Use Move BitBLT in Positive Direction  
Figure 10-1: Move BitBLT Usage  
Example 12: Copy a 9 x 321 rectangle at the screen coordinates x = 100, y = 10 to  
screen coordinates x = 200, y = 20 using a 640x480 display at a color  
depth of 16 bpp.  
1. Calculate the source and destination addresses (upper left corners of the source and  
destination rectangles), using the following formula.  
SourceAddress  
= (y × ScreenStride) + (x × BytesPerPixel)  
= (10 × (640 × 2)) + (100 × 2)  
= 13000  
= 32C8h  
DestinationAddress = (y × ScreenStride) + (x × BytesPerPixel)  
= (20 × (640 × 2)) + (200 × 2)  
= 26000  
= 6590h  
where:  
BytesPerPixel = 1 for 8 bpp  
BytesPerPixel = 2 for 15/16 bpp  
ScreenStride = DisplayWidthInPixels × BytesPerPixel = 1280 for 16 bpp  
Program the BitBLT Source Start Address Registers. REG[106h] is set to 00h,  
REG[105h] is set to 32h, and REG[104h] is set to C8h.  
Program the BitBLT Destination Start Address Registers. REG[10Ah] is set to 00h,  
REG[109h] is set to 65h, and REG[108h] is set to 90h.  
2. Program the BitBLT Width Registers to 9 - 1. REG[111h] is set to 00h and  
REG[110h] is set to 08h.  
3. Program the BitBLT Height Registers to 321 - 1. REG[113h] is set to 01h and  
REG[112h] is set to 40h (320 decimal).  
4. Program the BitBLT Operation Register to select the Move BitBLT in Positive Direc-  
tion with ROP. REG[103h] is set to 02h.  
S1D13506  
X25B-G-003-03  
Programming Notes and Examples  
Issue Date: 01/02/06  
 复制成功!