mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-02 10:21:10 +02:00
lcdd/simple_display: adapt to new API
This commit is contained in:
@@ -203,7 +203,7 @@ class CLCD
|
||||
void showMenuText(const int position, const char * text, const int highlight = -1, const bool utf_encoded = false);
|
||||
void showAudioTrack(const std::string & artist, const std::string & title, const std::string & album);
|
||||
void showAudioPlayMode(AUDIOMODES m=AUDIO_MODE_PLAY);
|
||||
void showAudioProgress(const char perc, bool isMuted);
|
||||
void showAudioProgress(const char perc);
|
||||
void setBrightness(int);
|
||||
int getBrightness();
|
||||
|
||||
|
Reference in New Issue
Block a user