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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user