Mercurial > public > ostc4
diff Discovery/Inc/tInfo.h @ 981:c6c781a2e85b default
Merge into default
| author | heinrichsweikamp |
|---|---|
| date | Tue, 11 Feb 2025 18:12:00 +0100 |
| parents | 17d9d6eddd8d |
| children | 65d35e66efb9 |
line wrap: on
line diff
--- a/Discovery/Inc/tInfo.h Tue Aug 13 13:24:54 2024 +0200 +++ b/Discovery/Inc/tInfo.h Tue Feb 11 18:12:00 2025 +0100 @@ -58,6 +58,7 @@ void tInfo_write_field_on_off(uint32_t editID, uint16_t XleftGimpStyle, uint16_t XrightGimpStyle, uint16_t YtopGimpStyle, const tFont *Font, const char *text, uint8_t int1); void tInfo_write_buttonTextline(GFX_DrawCfgScreen *screenPtr, uint8_t left2ByteCode, char middle2ByteCode, char right2ByteCode); +void tInfo_write_buttonTextline_simple(uint8_t left2ByteCode, char middle2ByteCode, char right2ByteCode); void tInfo_setEvent(uint32_t inputEventID, uint32_t inputFunctionCall);
