lcd4l: add info1 and info2; ...

in tv/radio/movieplayer-mode this files holds the epg-informations,
in audioplayer-mode info1 contains album, info2 contains genre


Origin commit data
------------------
Commit: 40659d3d81
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-07-31 (Mon, 31 Jul 2017)

Origin message was:
------------------
- lcd4l: add info1 and info2; ...

in tv/radio/movieplayer-mode this files holds the epg-informations,
in audioplayer-mode info1 contains album, info2 contains genre
This commit is contained in:
vanhofen
2017-07-31 17:14:10 +02:00
parent 5d689d1e52
commit 2c9c15a3ca
2 changed files with 39 additions and 0 deletions

View File

@@ -114,6 +114,8 @@ class CLCD4l
std::string m_Layout;
std::string m_Event;
std::string m_Info1;
std::string m_Info2;
int m_Progress;
char m_Duration[15];
std::string m_Start;