- moviebrowser: add lcd4linux support

Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
svenhoefer
2022-09-12 21:38:16 +02:00
committed by Thilo Graf
parent a82536d38a
commit 260ca7d64e
4 changed files with 53 additions and 3 deletions

View File

@@ -65,6 +65,8 @@ class CLCD4l
int CreateFile(const char *file, std::string content = "", bool convert = false);
int RemoveFile(const char *file);
int CreateEventFile(std::string content = "", bool convert = false);
int RemoveEventFile();
int CreateMenuFile(std::string content = "", bool convert = false);
int RemoveMenuFile();