mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 16:31:11 +02:00
- simple_display: rename display() to ShowText() ... as in vfd.cpp
Conflicts: src/driver/simple_display.cpp Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
@@ -213,7 +213,7 @@ class CLCD
|
||||
void ShowDiskLevel();
|
||||
void Reset() {};
|
||||
void ShowIcon(fp_icon icon, bool show);
|
||||
void ShowText(const char *s) { showServicename(std::string(s), true); };
|
||||
void ShowText(const char *str, bool update_timestamp = true);
|
||||
~CLCD();
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user