moviebrowser: add lcd4linux support

Origin commit data
------------------
Commit: e36d9d3cd1
Author: vanhofen <vanhofen@gmx.de>
Date: 2022-09-12 (Mon, 12 Sep 2022)

Origin message was:
------------------
- moviebrowser: add lcd4linux support
This commit is contained in:
vanhofen
2022-09-12 21:38:16 +02:00
parent 0b07dec2c1
commit e47bf6da1e
4 changed files with 53 additions and 3 deletions

View File

@@ -61,6 +61,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();