This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

codes of glcd

[b] i'm new user of lpc2378. and i'm doin project on interfacing graphical lcd with lpc2378..i'hv an developement board....and i'm using keil compiler..can anyone give me C codes for glcd..plss

Parents
  • I have recently downloaded and successfully used one of the samples of embedded artists. go to www.embeddedartists.com/.../oemindex_2478.php (you may to register first) where you can find WORKING source code for GCC compiler (I have just rather easily converted it to RV). not getting an LCD to work is frustrating (I know...) so I wish you good luck. remember that you may need to adjust the parameters of the on-chip controller to meet your hardware needs! ergo: you still must read the data sheet...

Reply
  • I have recently downloaded and successfully used one of the samples of embedded artists. go to www.embeddedartists.com/.../oemindex_2478.php (you may to register first) where you can find WORKING source code for GCC compiler (I have just rather easily converted it to RV). not getting an LCD to work is frustrating (I know...) so I wish you good luck. remember that you may need to adjust the parameters of the on-chip controller to meet your hardware needs! ergo: you still must read the data sheet...

Children