alexan_e
Administrator
correct in what way?
displaybuffer[0] is a two byte unsigned int variable which is assigned a 2 byte value based on temp which has already been assigned a value based on the predefined array CharData.
If the predefined data represent the correct characters for the display then your data is correct.
Your calculation in post #17 is correct is this is what you are asking.
Alex
displaybuffer[0] is a two byte unsigned int variable which is assigned a 2 byte value based on temp which has already been assigned a value based on the predefined array CharData.
If the predefined data represent the correct characters for the display then your data is correct.
Your calculation in post #17 is correct is this is what you are asking.
Alex