comparison Discovery/Inc/gfx_fonts.h @ 981:c6c781a2e85b default

Merge into default
author heinrichsweikamp
date Tue, 11 Feb 2025 18:12:00 +0100
parents bc6c90e20d9e
children 0dd92e9b70a2
comparison
equal deleted inserted replaced
871:f7318457df4d 981:c6c781a2e85b
50 // - Font data (chars) is stored after 0x08132040 (end of font's SFirmareData). 50 // - Font data (chars) is stored after 0x08132040 (end of font's SFirmareData).
51 // So there is space for 0x081E0000 - 0x08132040 = ADFC0 = 694 KB of fonts. 51 // So there is space for 0x081E0000 - 0x08132040 = ADFC0 = 694 KB of fonts.
52 // Actual data is stored between __upper_font_data and __upper_font_data_end, 52 // Actual data is stored between __upper_font_data and __upper_font_data_end,
53 // and uses 0x081b9a3a - 0x08132040 = 879FA = 542 KB. 53 // and uses 0x081b9a3a - 0x08132040 = 879FA = 542 KB.
54 // 54 //
55
55 extern const tFont Awe48; 56 extern const tFont Awe48;
56 extern const tFont FontT24; 57 extern const tFont FontT24;
57 extern const tFont FontT42; 58 extern const tFont FontT42;
58 extern const tFont FontT48; 59 extern const tFont FontT48;
59 extern const tFont FontT54; 60 extern const tFont FontT54;