camerart
Well-Known Member
Hi,
I'm about to make some fonts for LCD programs.
In the code I'm following, HEX is used in the program to draw the pixels in each letter square matrix, to make up the letter.
For me I would need to look at each line to see which bits are used, then use a look up chart to convert to HEX. I would prefer to use 1s and 0s in a BIN number i.e. %10101010 to draw.
Is there a reason for using HEX over BIN?
Camerart.
I'm about to make some fonts for LCD programs.
In the code I'm following, HEX is used in the program to draw the pixels in each letter square matrix, to make up the letter.
For me I would need to look at each line to see which bits are used, then use a look up chart to convert to HEX. I would prefer to use 1s and 0s in a BIN number i.e. %10101010 to draw.
Is there a reason for using HEX over BIN?
Camerart.