mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-31 01:11:12 +02:00
add lcd4linux support, ported from
defans and vanhofen, modded by TangoCash
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user