View previous topic :: View next topic |
Author |
Message |
MeRKeZ
Joined: 04 Sep 2012 Posts: 11
|
14 segment 8 digit display using |
Posted: Tue Sep 04, 2012 2:26 am |
|
|
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: 9221 Location: Greensville,Ontario
|
|
Posted: Tue Sep 04, 2012 7:06 am |
|
|
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
|
|
Posted: Tue Sep 04, 2012 8:19 am |
|
|
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
|
|
|
|