mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-27 23:42:58 +02:00
- lcd4l: add and use wrapper functions to handle /tmp/lcd/menu
Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
@@ -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; }
|
||||
|
Reference in New Issue
Block a user