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

GLCD idea

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



Joined: 28 Feb 2006
Posts: 151

View user's profile Send private message

GLCD idea
PostPosted: Fri Sep 27, 2013 9:46 am     Reply with quote

Hi everyone! i am starting to develop a circuit that will use a GLCD. Its my first GLCD experience.

I was just thinking, is it possible to use a 74HC595 shift register to manage the data lines? this is just to gain some pins and use them in other periferals.

Thanks!
temtronic



Joined: 01 Jul 2010
Posts: 9164
Location: Greensville,Ontario

View user's profile Send private message

PostPosted: Fri Sep 27, 2013 11:05 am     Reply with quote

Yes, possible but......

some 'issues'...
1) you'll have to make your own driver( well, modify an existing one).
depending on your level of experience this can be easy or almost impossible.

2) speed or timing issues.data to the GLCD will be slower, maybe 1/8th 'regular' parallel I/O mode.Something to consider,though with a fast PIC you'll probably not notice it.

3) overall speed of the program will be slower since the PIC has to take the data and send to the 595.

4) PCB layout,cost,etc. to add the 595. Might be cheaper to just buy a bigger PIC.I like using the 18F46K22, kind of a 'swiss army knife' PIC. I use the 40 pin version, have yet to run out of I/O!

5) time to implement the product.You could run into problems creating the 'predriver' code(what goes between data and the GLCD regular driver).Depending on what your time is worth,again cheaper to use a bigger PIC.

others will come up with pros and cons....

hth
jay
championx



Joined: 28 Feb 2006
Posts: 151

View user's profile Send private message

PostPosted: Fri Sep 27, 2013 12:13 pm     Reply with quote

Thanks for your reply temtronic!

Writing the driver is not an issue, i use this ic a lot. Ill give it a try.

Im currently using a 18F46K80 (40 pin version), but im running out of IO pins... it has a lot of periferals.

Ill give it a try and post any comments on it!

thanks!
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