lcd4l: add GetMaxBrightness() function

Origin commit data
------------------
Commit: 160dbcaaa0
Author: vanhofen <vanhofen@gmx.de>
Date: 2019-01-02 (Wed, 02 Jan 2019)

Origin message was:
------------------
- lcd4l: add GetMaxBrightness() function
This commit is contained in:
vanhofen
2019-01-02 01:00:05 +01:00
parent 318497385e
commit 955f944580
2 changed files with 20 additions and 0 deletions

View File

@@ -54,6 +54,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: