but I don't see any character in the screen. It seems (not sure) that LCD is initialized.
May be the problem is in the line with " int data : 4;" ?
Is there an alternative way to specify the data lines of LCD ?
PCM programmer
Joined: 06 Sep 2003 Posts: 21708
Posted: Wed Aug 26, 2009 1:43 am
Use the flex driver:
http://www.ccsinfo.com/forum/viewtopic.php?t=24661
Edit the #define statements at the top of the driver to match the pins that
you're using, and comment out this line in the driver:
Quote:
// #define USE_LCD_RW 1
Make sure your contrast voltage is set correctly. A good starting point
is about 0.5 volts.
giopic
Joined: 26 Aug 2009 Posts: 4 Location: Padova - Italy
Posted: Wed Aug 26, 2009 10:05 am
It works and it's easy to configure. Thank you very much.
Just to know would it possible to use LCD.c for the same application ?
PCM programmer
Joined: 06 Sep 2003 Posts: 21708
Posted: Wed Aug 26, 2009 11:40 am
Quote:
Just to know would it possible to use LCD.c for the same application ?
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum