mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-30 17:01:08 +02:00
vfd/audioplayer: fix vfd progress in audioplayer
don't update full vfd every second
Origin commit data
------------------
Branch: ni/coolstream
Commit: 90f968c19d
Author: vanhofen <vanhofen@gmx.de>
Date: 2015-01-09 (Fri, 09 Jan 2015)
Origin message was:
------------------
- vfd/audioplayer: fix vfd progress in audioplayer
don't update full vfd every second
------------------
This commit was generated by Migit
This commit is contained in:
@@ -128,7 +128,7 @@ class CVFD
|
||||
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 unsigned char perc);
|
||||
void setBrightness(int);
|
||||
int getBrightness();
|
||||
|
||||
|
Reference in New Issue
Block a user