Mercurial > public > ostc4
diff 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 |
line wrap: on
line diff
--- a/Discovery/Inc/gfx_engine.h Tue Aug 13 13:24:54 2024 +0200 +++ b/Discovery/Inc/gfx_engine.h Tue Feb 11 18:12:00 2025 +0100 @@ -113,6 +113,7 @@ /* Exported functions --------------------------------------------------------*/ void GFX_init(uint32_t * pDestinationOut); +void GFX_init1_no_DMA(uint32_t * pDestinationOut, uint8_t blockFrames); void GFX_helper_font_memory_list(const tFont *Font); @@ -199,4 +200,5 @@ tFont* GFX_Check_Extra_Font(uint8_t character, tFont *Font); uint32_t GFX_Character_Width(uint8_t character, tFont *Font); +void Gfx_colorsscheme_mod(char *text, uint8_t alternativeColor); #endif // GFX_ENGINE_H
