Added textwrapping in menubox

When using \n in text, a second line is used in menubox. In normal menuoverview the '\n will be replaced by a space.
This commit is contained in:
Sjef Verhoeven PE5PVB
2023-10-26 14:33:55 +02:00
parent ed9ef19d38
commit e386e3e6f2
3 changed files with 105 additions and 55 deletions
+2
View File
@@ -164,6 +164,7 @@ extern unsigned int mappedfreqold[20];
extern TFT_eSPI tft;
extern TEF6686 radio;
extern WiFiConnect wc;
extern TFT_eSprite MenuInfobox;
void BuildAFScreen();
void BuildMenu();
@@ -173,6 +174,7 @@ void MenuUp();
void MenuDown();
void DoMenu();
void doTheme();
void Infoboxprint(const char* input);
extern void ShowFreq(int mode);
extern void ShowBandSelectionFM(bool notglanceview, bool normaldisplay);