欢迎访问ic37.com |
会员登录 免费注册
发布采购

RA8806 参数 Datasheet PDF下载

RA8806图片预览
型号: RA8806
PDF下载: 下载PDF文件 查看货源
内容描述: 双图层文字/图形LCD控制器规格 [Two Layers Character/Graphic LCD Controller Specification]
分类和应用: 控制器
文件页数/大小: 174 页 / 4476 K
品牌: RAIO [ RAIO TECHNOLOGY INC. ]
 浏览型号RA8806的Datasheet PDF文件第31页浏览型号RA8806的Datasheet PDF文件第32页浏览型号RA8806的Datasheet PDF文件第33页浏览型号RA8806的Datasheet PDF文件第34页浏览型号RA8806的Datasheet PDF文件第36页浏览型号RA8806的Datasheet PDF文件第37页浏览型号RA8806的Datasheet PDF文件第38页浏览型号RA8806的Datasheet PDF文件第39页  
RA8806  
Preliminary Version 1.0  
Two Layers Character/Graphic LCD Controller  
For RA8806, if LCD panel resolution is 320x240 pixels then the display window resolution is  
320x240. We can create an active window in the display window like Figure 6-12. This figure show  
the display resolution is 320x240, and a 160x160 active window is on the upper-middle. The relative  
setting of the active window as following:  
LCD_CmdWrite ( 0x40 );  
LCD_DataWrite ( 0x09 );  
// AWLR = 09h = 9 Î ( 80 / 8) – 1  
// AWRR = 1Dh = 29 Î ( 240 / 8 ) – 1  
// AWTR = 00h = 0  
LCD_CmdWrite ( 0x20 );  
LCD_DataWrite ( 0x1D );  
LCD_CmdWrite ( 0x50 );  
LCD_DataWrite ( 0x00 );  
LCD_CmdWrite ( 0x30 );  
LCD_DataWrite ( 0x9F );  
// AWBR = 9Fh = 159 Î 160 – 1  
// DWWR = 27h = 39 Î ( 320 / 8 ) – 1  
// DWHR = EFh = 239 Î 240 – 1  
LCD_CmdWrite ( 0x40 );  
LCD_DataWrite ( 0x27 );  
LCD_CmdWrite ( 0x40 );  
LCD_DataWrite ( 0xEF );  
320  
……....  
…………………………  
………  
0 1 2  
79 80  
239 240  
319  
0
1
2
:
:
:
:
Active Window  
160 x 160  
80  
80  
:
:
240  
:
159  
160  
:
:
:
Display Window  
320 x 240  
80  
239  
Figure 6-12 : RA8806 Display Window and Active Window  
RAiO TECHNOLOGY INC.  
35/174  
www.raio.com.tw  
 
 复制成功!