View previous topic :: View next topic |
Author |
Message |
manoel_filho Guest
|
GLCD WITH KS0108 CONTROLLER |
Posted: Thu Aug 03, 2006 1:05 pm |
|
|
Hi Forum,
How do I make the initialization of this GLCD, and how may I use the driver that comes with CCS compiler. I use MPLAB and 16F877. By now I didn’t found the flowchart to initialize this GLCD.
I never used this kind of LCD, I studied and learned how it works, no problem, but why I can’t found the initialization flow?
Need some help !!!!!
Thanks. |
|
|
PCM programmer
Joined: 06 Sep 2003 Posts: 21708
|
|
Posted: Thu Aug 03, 2006 1:35 pm |
|
|
Look at these CCS driver files:
c:\program files\picc\drivers\ks0108.c
c:\program files\picc\drivers\hdm64gs12.c
Look at this CCS example file:
c:\program files\picc\examples\ex_glcd.c |
|
|
manoel_filho Guest
|
|
Posted: Thu Aug 03, 2006 2:06 pm |
|
|
OK, I see now, and all configurations I need to do I make on HDM64GS12.c , like my pins and stuff, is that correct? Now it is starting to make some sense to me.
This file works like K0108 from samsung?
Thanks my friend. |
|
|
|