- lcd4l: add GetMaxBrightness() function

Signed-off-by: GetAway <get-away@t-online.de>
This commit is contained in:
svenhoefer
2019-01-02 22:57:25 +01:00
committed by GetAway
parent 706027d792
commit e63e874e13
2 changed files with 29 additions and 0 deletions

View File

@@ -38,6 +38,14 @@ class CLCD4l
CLCD4l();
~CLCD4l();
// Displays
enum
{
PEARL = 0,
SAMSUNG = 1,
VUSOLO4K = 2
};
// Functions
void InitLCD4l();
void StartLCD4l();
@@ -47,6 +55,8 @@ class CLCD4l
int CreateFile(const char *file, std::string content = "", bool convert = false);
int RemoveFile(const char *file);
int GetMaxBrightness();
void ResetParseID() { m_ParseID = 0; }
private: