Thanks Demon
I may not have explained very clearly, sorry.
The Idx sequence is to separate the different digits. There are 8 digits total. I'm trying to use the lookup table to access the values that will activate the segments to display properly on a 7 seg display.
It does 0-9 properly, The issue that I'm having is getting it to display a few more characters...
My way of thinking is that I should be able to have the variable with a value of 0-15 with a single value in the variable (in HEX), and it should be able to access that many steps into the table. Evidently, I'm wrong, because I haven't gotten it to work.
The issue revolves around accessing >10 indexes in the table with a variable that I have to separate into digits for the 7 seg display (using the DIG modifier). I may have to rethink how I'm doing that part to get this to work.
Thanks for any input.
Mark
Bookmarks