update glcd

Origin commit data
------------------
Commit: 0c2dcc9eb1
Author: redblue.pkt <redblue.pkt@orange.pl>
Date: 2020-06-19 (Fri, 19 Jun 2020)
This commit is contained in:
redblue.pkt
2020-06-19 23:56:12 +02:00
committed by vanhofen
parent dc83674540
commit bf183a583a
118 changed files with 6113 additions and 1533 deletions

View File

@@ -114,6 +114,16 @@ class CAudioPlayerGui : public CMenuTarget
bool m_streamripper_available;
bool m_streamripper_active;
#if ENABLE_GRAPHLCD
struct tm *tm_struct;
int glcd_position;
std::string channel;
std::string epg;
std::string glcd_duration;
std::string start;
std::string end;
#endif
CAudioPlayList m_playlist;
CAudioPlayList m_radiolist;
CAudioPlayList m_filelist;