Mercurial > public > mk2
diff code_part1/OSTC_code_asm_part1/aa_fonts.asm @ 91:3bcccb697bce
Added HW logo and dimmed cursor in small font.
author | JeanDo |
---|---|
date | Fri, 10 Dec 2010 02:35:26 +0100 |
parents | 3e351e25f5d1 |
children | d79bf9df55d7 |
line wrap: on
line diff
--- a/code_part1/OSTC_code_asm_part1/aa_fonts.asm Fri Dec 10 02:36:56 2010 +0100 +++ b/code_part1/OSTC_code_asm_part1/aa_fonts.asm Fri Dec 10 02:35:26 2010 +0100 @@ -24,6 +24,7 @@ DB '°', 0x82 DB '¤', 0x83 DB 0xB7,0x7F ; Cursor... + DB 0xB8,0x84 ; Cursor... DB 0 ; End of translation table DB aa_font28_firstChar ; To be substracted DB aa_font28_chars ; Max value @@ -69,6 +70,8 @@ ; #include "aa_font90_idx.inc" #include "aa_font90.inc" + +;============================================================================= ; Make sure this is coherent... if aa_font90_nbbits != 3 error SMALL fount should be encoded with 3bits anti-aliasing...