Thanks. I think I got that part figured out;
Display:
'Segment A = PORTB.0
'Segment B = PORTB.1
'Segment C = PORTB.2
'Segment D = PORTB.3
'Segment E = PORTB.4
'Segment F = PORTC.0
'Segment G = PORTC.1
'Segment dp = PORTC.2
'Digit1 = PORTC.3
'Digit2 = PORTC.4
'Digit3 = PORTC.5
Where I'm stuck is building the tables and selecting the information to send to each digit. I have a spreadsheet with the values already calculated.
I want to sample PORTD and use that as the address of the info I want to send to the digits.
e.g., If PORTB = $3F, I want to use Address $3F as a pointer within the table and pull the info from that location and send it to the digits. Let's say "C19".
I need "C" in digit 1, "1" in digit 2, and "9" in digit 3.
This is where I'm stuck. The manual is really lacking when it comes to creating Lookup tables. I've looked at some of the example files, but gotten more confused.
So any help on this would be appreciated.
Bookmarks