View previous topic :: View next topic |
Author |
Message |
Markdem
Joined: 24 Jun 2005 Posts: 206
|
|
|
mpfj
Joined: 09 Sep 2003 Posts: 95 Location: UK
|
|
Posted: Mon Mar 13, 2006 5:25 am |
|
|
I have used this LCD before (with an 8051 not with a PIC), and hand coded in assembler the routines required.
They wouldn't be much help to you, but most lcd controller chips (in this case the HD61202) support a small set of commands that are needed to drive the lcd.
I would suggest you get the datasheet for this controller and compare the low-level chipset routines (e.g. data read / write, status read / write) with those provided in the GLCD driver.
If you need any more help, I can probably dig out my old 8051 code (although it's about 10 years old !!) and have a quick look at converting the basic routines to C. |
|
|
ljbeng
Joined: 10 Feb 2004 Posts: 205
|
|
|
Markdem
Joined: 24 Jun 2005 Posts: 206
|
|
Posted: Tue Mar 14, 2006 4:28 am |
|
|
Thanks guys, i have orded the display. at that price i cant lose
Just for the record, i have also found the following page, which may help someone. Look in the downloads section at the bottom of the page. there is some CCS code for this panel.
http://www.techtoys.com.hk/
Thanks, Mark |
|
|
|