The Crystalfontz LCD module that you're using has a controller built
into the unit. It has a microcontroller interface. Any PIC that has
at least 6 i/o pins can talk to the the Crystalfontz LCD. You don't
use the LCD driver in the 16F914 to talk to the Crystalfontz LCD.
You just use the CCS LCD.C driver.
So instead of doing this:
setup_lcd(LCD_STATIC);
You should do this:
setup_lcd(LCD_DISABLED);
janiga
Joined: 10 Apr 2006 Posts: 22
Thanks!
Posted: Mon Apr 10, 2006 2:58 pm
Code changed to initialize display only once.
sjbaxter
Joined: 26 Jan 2006 Posts: 141 Location: Cheshire, UK
Posted: Mon Apr 10, 2006 3:00 pm
Did it fix your problem ? _________________ Regards,
Simon.
janiga
Joined: 10 Apr 2006 Posts: 22
Thanks a million!
Posted: Mon Apr 10, 2006 3:04 pm
Disabled the static mode and it works!
It sure helps to receive info from someone who knows their stuff!
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