1_RA8875_800x480_pure_data_write

所属分类:单片机开发
开发工具:C/C++
文件大小:446KB
下载次数:9
上传日期:2015-08-31 08:50:25
上 传 者LURENWXQ
说明:  这个是本人RA8875驱动TFT的程序,实验通过,希望对初学人有帮助,谢谢大家,RA8875 是一个文字与绘图模式的双图层液晶显示 (TFT-LCD) 控制器,可结合文字或2D图形应用,最大可支持到800*480 点分辨率的中小尺寸数字面板
(This is my RA8875 driver TFT program, the experiment through, I hope to help the beginners, thank you)

文件列表:
1_RA8875_800x480_pure_data_write (0, 2013-04-27)
1_RA8875_800x480_pure_data_write\DSC00430.JPG (118099, 2011-05-12)
1_RA8875_800x480_pure_data_write\DemoProgram (0, 2013-04-27)
1_RA8875_800x480_pure_data_write\DemoProgram\Delay.LST (3973, 2009-07-28)
1_RA8875_800x480_pure_data_write\DemoProgram\Delay.OBJ (5727, 2011-05-11)
1_RA8875_800x480_pure_data_write\DemoProgram\Delay.c (2020, 2011-04-07)
1_RA8875_800x480_pure_data_write\DemoProgram\Demo (216937, 2011-05-11)
1_RA8875_800x480_pure_data_write\DemoProgram\Demo.LST (421, 2008-12-01)
1_RA8875_800x480_pure_data_write\DemoProgram\Demo.M51 (179476, 2010-06-23)
1_RA8875_800x480_pure_data_write\DemoProgram\Demo.Uv2.bak (2387, 2011-02-10)
1_RA8875_800x480_pure_data_write\DemoProgram\Demo.hex (126341, 2011-05-11)
1_RA8875_800x480_pure_data_write\DemoProgram\Demo.lnp (95, 2011-05-11)
1_RA8875_800x480_pure_data_write\DemoProgram\Demo.opt.bak (2279, 2011-03-03)
1_RA8875_800x480_pure_data_write\DemoProgram\Demo.plg (279010, 2011-05-11)
1_RA8875_800x480_pure_data_write\DemoProgram\Demo.uvopt (61297, 2011-05-11)
1_RA8875_800x480_pure_data_write\DemoProgram\Demo.uvproj (13652, 2011-05-11)
1_RA8875_800x480_pure_data_write\DemoProgram\Demo_Opt.Bak (2284, 2011-03-01)
1_RA8875_800x480_pure_data_write\DemoProgram\Demo_Uv2.Bak (2388, 2011-02-10)
1_RA8875_800x480_pure_data_write\DemoProgram\Demo_uvopt.bak (61298, 2011-05-11)
1_RA8875_800x480_pure_data_write\DemoProgram\Demo_uvproj.bak (14154, 2011-03-18)
1_RA8875_800x480_pure_data_write\DemoProgram\RA8875_main.OBJ (56207, 2011-05-11)
1_RA8875_800x480_pure_data_write\DemoProgram\RA8875_main.__i (49, 2011-05-11)
1_RA8875_800x480_pure_data_write\DemoProgram\RA8875_main.c (2396, 2011-05-11)
1_RA8875_800x480_pure_data_write\DemoProgram\RA8875_subroutine.OBJ (197567, 2011-05-11)
1_RA8875_800x480_pure_data_write\DemoProgram\RA8875_subroutine.c (71852, 2011-05-06)
1_RA8875_800x480_pure_data_write\DemoProgram\RA8875_subroutine.c.bak (68810, 2011-04-14)
1_RA8875_800x480_pure_data_write\DemoProgram\RA8875_subroutine.h (12295, 2011-04-07)
1_RA8875_800x480_pure_data_write\DemoProgram\RA8875_subroutine.h.bak (10141, 2010-07-06)
1_RA8875_800x480_pure_data_write\DemoProgram\REG_MPC82G516.H (5855, 2009-08-13)
1_RA8875_800x480_pure_data_write\DemoProgram\STARTUP.A51 (5115, 2002-04-16)
1_RA8875_800x480_pure_data_write\DemoProgram\STARTUP.LST (11665, 2009-07-28)
1_RA8875_800x480_pure_data_write\DemoProgram\STARTUP.OBJ (749, 2009-07-28)
1_RA8875_800x480_pure_data_write\DemoProgram\Thumbs.db (22016, 2011-03-18)
1_RA8875_800x480_pure_data_write\DemoProgram\UserDef.h (2009, 2011-03-01)
1_RA8875_800x480_pure_data_write\DemoProgram\car_pic.h (196891, 2010-06-23)
1_RA8875_800x480_pure_data_write\DemoProgram\delay.h (184, 2011-04-07)
1_RA8875_800x480_pure_data_write\Thumbs.db (5632, 2011-05-12)

//=================================================================================== //ᓤ //http://www.raio.com.tw //2011/xx/xx //RA8875 //Mountain //=================================================================================== example.1 How to do pure data write and cursor setting. example.2 active window : When executing the memory write function in RA8875, the boundary of the function will be also dominated by Active Window. The memory write direction is left to right then top to bottom as default. When the written character is met the horizontal right boundary, then the font write cursor will jump to the left boundary of next line. If the next line position crosses the bottom boundary. The cursor will jump to the starting of the window, to note that, if the memory write cursor is set outside the area of active window, it still writes at the position of memory write cursor. Until the right boundary or the display boundary is meet. When it is met, the memory write cursor will change line then follows the rule of active window. example.3 memory clear :Memory clear could be set clear full window or with active window. Clear color reference background color REG61h,REG62h,REG63h.

近期下载者

相关文件


收藏者