- 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:
svenhoefer
2017-11-13 10:10:45 +01:00
committed by Thilo Graf
parent 1309d5aeb3
commit 2cb111fc2e
2 changed files with 39 additions and 36 deletions

View File

@@ -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();
};