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

14 segment 8 digit display using

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



Joined: 04 Sep 2012
Posts: 11

View user's profile Send private message

14 segment 8 digit display using
PostPosted: Tue Sep 04, 2012 2:26 am     Reply with quote

Hi friends,

I want to ask a question about display. I used display which is 7 segment and 2 digit. I want know how to use display which is 14 segment and 8 digit. To run 7 segment display, we use hexadecimal number system. Which number system will we use to run 14 segment display? If you explain connections between pic or port expander and display and give me a simple example, I will appreciate you.

Thanks
temtronic



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

View user's profile Send private message

PostPosted: Tue Sep 04, 2012 7:06 am     Reply with quote

If this is a commercially available product
then give us the mfr/make/model or a link to the data sheet
else describe(show) how the display is configured.

Normally a table of 'character to bit translations' is done,grab an LCD datasheet and see the how 'they' do it.

Without further information, it's difficult to tell you exactly how to proceed.

hth
jay
Mike Walne



Joined: 19 Feb 2004
Posts: 1785
Location: Boston Spa UK

View user's profile Send private message

PostPosted: Tue Sep 04, 2012 8:19 am     Reply with quote

Quote:
Whi'ch number system will we use to run 14 segment display?


You're not giving us enough to work on. If you're using a naked LED display then you'll need a lookup table of 16bit ints (14 for the segments, 1 for dp, and 1 spare).

Mike
PCM programmer



Joined: 06 Sep 2003
Posts: 21708

View user's profile Send private message

PostPosted: Tue Sep 04, 2012 1:29 pm     Reply with quote

This thread has an example of how to make the lookup table. Look for
the Digit_Map[] array:
http://www.ccsinfo.com/forum/viewtopic.php?t=33377
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