pick graphlcd support from DDT but include it in another way

Origin commit data
------------------
Commit: 3093f50831
Author: vanhofen <vanhofen@gmx.de>
Date: 2019-10-26 (Sat, 26 Oct 2019)

Origin message was:
------------------
- pick graphlcd support from DDT but include it in another way
This commit is contained in:
vanhofen
2019-10-26 22:37:38 +02:00
parent 0c17932197
commit b0dbd6f602
27 changed files with 1827 additions and 39 deletions

View File

@@ -209,7 +209,9 @@ class CMenuItem : public CComponentsSignals
void setInfoIconRight(const char * const IconName_Info_right);
const char* getInfoIconRight(){return iconName_Info_right;}
//NI lcd4l-support
#ifdef ENABLE_GRAPHLCD
std::string graphlcd_text;
#endif
std::string lcd4l_text;
};