simple_display: rename display() to ShowText() ... as in vfd.cpp

Origin commit data
------------------
Branch: ni/coolstream
Commit: a0749f39f1
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-11-13 (Mon, 13 Nov 2017)

Origin message was:
------------------
- simple_display: rename display() to ShowText() ... as in vfd.cpp

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

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2017-11-13 10:10:45 +01:00
parent 389d75336a
commit 3b5f113943
2 changed files with 35 additions and 38 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();
};