I am trying to work with a vesa mode of 640x480x8 and it is going well.
However I have one question: How are fonts and letters encoded?
I saw a piece of code from Dex which contains this:
Code: Select all
LetterX DW 4400h,4400h,2800h,1000h,2800h,4400h,4400h
LetterY DW 4400h,4400h,2800h,1000h,1000h,1000h,1000h
LetterZ DW 7c00h,0400h,0800h,1000h,2000h,4000h,7c00h
CopyrightSymbol DW 1e00h,2100h,4c80h,4880h,4c80h,2100h,1e00h
Thank you very much