mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-04 14:07:36 +00:00
Upgrade the TFT Serial display driver and displayed information.
This commit is contained in:
parent
3f6189c103
commit
360ca91de0
11 changed files with 182 additions and 58 deletions
2
Conf.h
2
Conf.h
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue