comparison Discovery/Inc/gfx_engine.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 028d8f3a9410
children
comparison
equal deleted inserted replaced
869:4e10a3e087a1 870:bc6c90e20d9e
111 */ 111 */
112 112
113 /* Exported functions --------------------------------------------------------*/ 113 /* Exported functions --------------------------------------------------------*/
114 114
115 void GFX_init(uint32_t * pDestinationOut); 115 void GFX_init(uint32_t * pDestinationOut);
116 void GFX_init1_no_DMA(uint32_t * pDestinationOut, uint8_t blockFrames);
116 117
117 void GFX_helper_font_memory_list(const tFont *Font); 118 void GFX_helper_font_memory_list(const tFont *Font);
118 119
119 void GFX_start_VSYNC_IRQ(void); 120 void GFX_start_VSYNC_IRQ(void);
120 void GFX_change_LTDC(void); 121 void GFX_change_LTDC(void);
197 198
198 void GFX_screenshot(void); 199 void GFX_screenshot(void);
199 200
200 tFont* GFX_Check_Extra_Font(uint8_t character, tFont *Font); 201 tFont* GFX_Check_Extra_Font(uint8_t character, tFont *Font);
201 uint32_t GFX_Character_Width(uint8_t character, tFont *Font); 202 uint32_t GFX_Character_Width(uint8_t character, tFont *Font);
203 void Gfx_colorsscheme_mod(char *text, uint8_t alternativeColor);
202 #endif // GFX_ENGINE_H 204 #endif // GFX_ENGINE_H