mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-30 08:51:04 +02:00
vfd: use wake_up instead of setMode for turn on LCD
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@2009 e54a6e83-5905-42d5-8d5c-058d10e6a962
Origin commit data
------------------
Branch: ni/coolstream
Commit: 3c29473e7f
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2011-12-27 (Tue, 27 Dec 2011)
------------------
This commit was generated by Migit
This commit is contained in:
@@ -90,7 +90,6 @@ class CVFD
|
||||
int brightness;
|
||||
char text[256];
|
||||
|
||||
void wake_up();
|
||||
void count_down();
|
||||
|
||||
CVFD();
|
||||
@@ -145,6 +144,7 @@ class CVFD
|
||||
void Clear();
|
||||
void ShowIcon(vfd_icon icon, bool show);
|
||||
void ShowText(const char *str);
|
||||
void wake_up();
|
||||
MODES getMode(void) { return mode; };
|
||||
#ifdef LCD_UPDATE
|
||||
private:
|
||||
|
Reference in New Issue
Block a user