add lcd4linux support, ported from

defans and vanhofen, modded by TangoCash
This commit is contained in:
GetAway
2018-12-26 20:04:32 +01:00
parent fe8dbf3458
commit 99a6ab267d
22 changed files with 1809 additions and 2 deletions

View File

@@ -208,6 +208,9 @@ class CMenuItem : public CComponentsSignals
void setParentWidget(CMenuWidget* parent){parent_widget = parent;}
void setInfoIconRight(const char * const IconName_Info_right);
const char* getInfoIconRight(){return iconName_Info_right;}
#ifdef ENABLE_LCD4LINUX
std::string lcd4l_text;
#endif
};
class CMenuSeparator : public CMenuItem