mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-27 23:42:58 +02:00
- lcd4l: add GetMaxBrightness() function
Signed-off-by: GetAway <get-away@t-online.de>
This commit is contained in:
@@ -38,6 +38,14 @@ class CLCD4l
|
||||
CLCD4l();
|
||||
~CLCD4l();
|
||||
|
||||
// Displays
|
||||
enum
|
||||
{
|
||||
PEARL = 0,
|
||||
SAMSUNG = 1,
|
||||
VUSOLO4K = 2
|
||||
};
|
||||
|
||||
// Functions
|
||||
void InitLCD4l();
|
||||
void StartLCD4l();
|
||||
@@ -47,6 +55,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:
|
||||
|
Reference in New Issue
Block a user