comparison Discovery/Inc/gfx_fonts.h @ 870:bc6c90e20d9e Evo_2_23

Instrument code for Bootloader: the Bootloader was reactivated. Because some functions have changed in the past years an instrumentation had to be done to avoid compile issues (e.g. no multilanguage in Bootloader, no special fonts)
author Ideenmodellierer
date Mon, 12 Aug 2024 22:25:46 +0200
parents 3508e6dc4f22
children
comparison
equal deleted inserted replaced
869:4e10a3e087a1 870:bc6c90e20d9e
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;