lcdd/simple_display: adapt to new API

Origin commit data
------------------
Branch: ni/coolstream
Commit: bbafc5c9ba
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2015-01-26 (Mon, 26 Jan 2015)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
Stefan Seyfried
2015-01-26 17:27:58 +01:00
parent 2263c8bd2e
commit 06a7d16bf8
3 changed files with 5 additions and 3 deletions

View File

@@ -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();