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

Merge into default
author heinrichsweikamp
date Tue, 11 Feb 2025 18:12:00 +0100
parents bc6c90e20d9e
children 65d35e66efb9
comparison
equal deleted inserted replaced
871:f7318457df4d 981:c6c781a2e85b
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