|
yes i debuged my code manualy
the code screen[adress]=twoToThe[colcounter] & fontmap[rowcounter] | screen[adress]; turn on the places where
bits are one acoording to the font number in fontmap[row] of the charachter
for each font ther is 11 pix row and 8 pix column
after evry 11 pix i advance my column
for example a=(0,0,0,14,24,30,27,27,54,0,0)
fontmap[row]=14
14 and 2^1 turn col bit in the index 1
14 and 2^2 turn col bit in the index 2
and i conect the previouse result in scree[addres] with the current result with or
|