Upgrade the TFT Serial display driver and displayed information.

This commit is contained in:
Jonathan Naylor 2016-02-16 18:30:12 +00:00
parent 3f6189c103
commit 360ca91de0
11 changed files with 182 additions and 58 deletions

2
Conf.h
View file

@ -100,6 +100,7 @@ public:
// The TFTSERIAL section
std::string getTFTSerialPort() const;
unsigned int getTFTSerialBrightness() const;
private:
std::string m_file;
@ -163,6 +164,7 @@ private:
bool m_fusionNetworkDebug;
std::string m_tftSerialPort;
unsigned int m_tftSerialBrightness;
};
#endif