CCS C Software and Maintenance Offers
FAQFAQ   FAQForum Help   FAQOfficial CCS Support   SearchSearch  RegisterRegister 

ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

CCS does not monitor this forum on a regular basis.

Please do not post bug reports on this forum. Send them to CCS Technical Support

LCD 2*16 with 18f4620

 
Post new topic   Reply to topic    CCS Forum Index -> General CCS C Discussion
View previous topic :: View next topic  
Author Message
Knight_FlyCn



Joined: 10 May 2013
Posts: 16
Location: Việt Nam

View user's profile Send private message AIM Address

LCD 2*16 with 18f4620
PostPosted: Wed May 15, 2013 10:44 am     Reply with quote

I coding LCD for 18f4620. But not working.

Code:
#define rs LATD0
#define rw LATD1
#define en LATD2


And

Code:
 #define lcd_d4 rd4
#define lcd_d5 rd5
#define lcd_d6 rd6
#define lcd_d7 rd7


Who help me code lcd for 18f4620. Thanks you 1
_________________
Thinh
PCM programmer



Joined: 06 Sep 2003
Posts: 21708

View user's profile Send private message

PostPosted: Wed May 15, 2013 11:42 am     Reply with quote

What LCD driver are you using ? Your posted #define statements are not
used by the CCS lcd.c driver:
Quote:
c:\program files\picc\drivers\lcd.c

And they are not used by the Flex lcd driver:
http://www.ccsinfo.com/forum/viewtopic.php?t=24661

So what lcd driver are you using ?
Display posts from previous:   
Post new topic   Reply to topic    CCS Forum Index -> General CCS C Discussion All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
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


Powered by phpBB © 2001, 2005 phpBB Group