Display of livestream infos in IV if no EPG data available

This commit is contained in:
M. Liebmann
2016-03-03 09:04:11 +01:00
parent 66258704bf
commit eb1826ebee
4 changed files with 118 additions and 10 deletions

View File

@@ -112,6 +112,8 @@ class CInfoViewer
bool channellogoChange;
uint32_t lcdUpdateTimer;
int zap_mode;
std::string _livestreamInfo1;
std::string _livestreamInfo2;
void paintBackground(int col_Numbox);
void paintHead();
@@ -146,6 +148,8 @@ class CInfoViewer
void reset_allScala();
void check_channellogo_ca_SettingsChange();
void sendNoEpg(const t_channel_id channel_id);
bool showLivestreamInfo();
public:
bool chanready;
bool is_visible;