simple_display: add basic support for SPARK vfd display

Origin commit data
------------------
Branch: ni/coolstream
Commit: b2050eeda4
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-09-23 (Sun, 23 Sep 2012)


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

------------------
This commit was generated by Migit
This commit is contained in:
Stefan Seyfried
2012-09-23 21:35:02 +02:00
parent 60e77c7e43
commit 3a153918dd
2 changed files with 37 additions and 13 deletions

View File

@@ -168,6 +168,7 @@ class CLCD
#else
CLCD();
std::string menutitle;
std::string servicename;
MODES mode;
void setled(int red, int green);
static void *TimeThread(void *);