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 support@ccsinfo.com

2x20 LCD Driver ?

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



Joined: 10 Nov 2009
Posts: 4

View user's profile Send private message

2x20 LCD Driver ?
PostPosted: Tue Nov 10, 2009 5:05 am     Reply with quote

hello every body
does anyway have a 2x20 LCD driver
i want to connect it to the pic16f877
thanks Wink
BotBoy



Joined: 06 Nov 2009
Posts: 6

View user's profile Send private message

PostPosted: Tue Nov 10, 2009 5:37 am     Reply with quote

Flex_Lcd..

look at in code library section...
ÜnLoCo



Joined: 10 Nov 2009
Posts: 4

View user's profile Send private message

PostPosted: Tue Nov 10, 2009 6:12 am     Reply with quote

Resolved !

I got the driver.
http://www.ccsinfo.com/forum/viewtopic.php?t=24661
Changed as follows.
Code:

#define LCD_DB4   PIN_D4
#define LCD_DB5   PIN_D5
#define LCD_DB6   PIN_D6
#define LCD_DB7   PIN_D7

#define LCD_E     PIN_E1
#define LCD_RS    PIN_E0
#define LCD_RW    PIN_E2

worked fine
_________________
you usually find some useful or funny stuff here don't you !
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