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

16f628A and a LED Display Driver

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








16f628A and a LED Display Driver
PostPosted: Mon Oct 16, 2006 9:27 pm     Reply with quote

What are some choices for 7 segment LED display drivers? I want to hook up just one for now, and upto 4 later on. The PIC I will be using is a 16f628A
bsodmike



Joined: 05 Aug 2006
Posts: 52

View user's profile Send private message Visit poster's website AIM Address MSN Messenger

PostPosted: Tue Oct 17, 2006 1:34 am     Reply with quote

Rather than using the traditional driver, which only (afaik) allows BCD digits + dp control, you can multiplex the lines by hand, and all this means is that you'll have,
  • a,b,c,d,e,f,g,dp
  • driver lines
So this allows up to (n) devices depending on how many driver lines + 8 i/o for display data. So what you need to do is 'rasterise' the display fast enough and if you keep it to >100Hz it should appear as steady text/letters Smile

//Of course the max number of digits will be limited by the speed of your MCU and if you can keep refreshing it > 100Hz.

I did something similar here,



Characters you can create (without being restricted, apart from ROM for the fonts),
http://en.wikipedia.org/wiki/Seven-segment_display

Btw, I got a load of these PCBs left, so let me know iif you'd like one or more Smile
Guest








PostPosted: Tue Oct 17, 2006 5:59 pm     Reply with quote

Yeah Id be interested in one or possiblly two.
How much are they?
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