Hi Does any one have a CCS Driver For Varitronix VIM-332-DP LCD .
I have a Driver That came with PICDEM KIT but it is an lcd.asm file I dont know how use it with CCS . Any advice much appreciated and many Thanks in Advance
PCM programmer
Joined: 06 Sep 2003 Posts: 21708
Posted: Wed Sep 05, 2007 7:04 pm
There are at least six different Microchip boards that start with "PICDEM".
What's the full name of your board ?
deltatech
Joined: 22 Apr 2006 Posts: 87
My Board is PICDEM Mechatronics
Posted: Thu Sep 06, 2007 9:10 am
Hi PCM programmer My Board is PICDEM Mechatronics it has a 16F917 PIC
The ASM code in the Microchip LCD driver file would have to be
translated to use the CCS LCD functions. Here's one post where
I tried to help someone figure out the CCS example file, Ex_LCD92.c:
http://www.ccsinfo.com/forum/viewtopic.php?t=30748
The 16F917.h file lists the constants that can be used with the setup_lcd()
function. Since your LCD has 4 "commons", you would use the
LCD_MUX14 constant in setup_lcd().
If you're new to C and electronics and LCDs, this is not going to be easy.
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