Add date separator settings for HD44780 to Conf

This commit is contained in:
phl0
2016-06-22 12:14:22 +02:00
parent 0e36abafc3
commit 528a220afb
2 changed files with 5 additions and 0 deletions

2
Conf.h
View File

@@ -142,6 +142,7 @@ public:
unsigned int getHD44780PWMDim() const;
bool getHD44780DisplayClock() const;
bool getHD44780UTC() const;
std::string getHD44780DateFormat() const;
// The Nextion section
std::string getNextionPort() const;
@@ -256,6 +257,7 @@ private:
unsigned int m_hd44780PWMDim;
bool m_hd44780DisplayClock;
bool m_hd44780UTC;
std::string m_hd44780DateFormat;
std::string m_nextionPort;
unsigned int m_nextionBrightness;