- lcd4l: add and use wrapper functions to handle /tmp/lcd/menu

Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
svenhoefer
2021-09-18 21:52:01 +02:00
committed by Thilo Graf
parent da67aa4725
commit 019644334f
6 changed files with 26 additions and 11 deletions

View File

@@ -65,6 +65,9 @@ class CLCD4l
int CreateFile(const char *file, std::string content = "", bool convert = false);
int RemoveFile(const char *file);
int CreateMenuFile(std::string content = "", bool convert = false);
int RemoveMenuFile();
int GetMaxBrightness();
void ResetParseID() { m_ParseID = 0; }