musti463
Joined: 19 Sep 2013 Posts: 66
|
|
Posted: Thu Sep 19, 2013 2:37 pm |
|
|
Code: | glcd_putc("torbali ATL");
glcd_circle(40, 40, 40, 0, 1);
glcd_box(0,0,254,254,1);
glcd_line(0,0,254,254,0);
glcd_line(3,6,20,50,1);
glcd_line(100,40,210,20,1);
glcd_box(30,30,160,160,0);
glcd_square(1,1,250,250,0);
glcd_image8(&bt_logo[0],212,40,8,11);
|
what is the all functions of t6963c? _________________ M.Emir SADE |
|
ezflyr
Joined: 25 Oct 2010 Posts: 1019 Location: Tewksbury, MA
|
|
Posted: Thu Sep 19, 2013 3:10 pm |
|
|
Hi,
Learn to use the forum search feature! There are many threads, some with tested drivers, for GLCD display that use the T6963 driver chip.
http://www.ccsinfo.com/forum/search.php
John |
|