summaryrefslogtreecommitdiff
path: root/display.h
diff options
context:
space:
mode:
Diffstat (limited to 'display.h')
-rw-r--r--display.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/display.h b/display.h
index 5b413ee..ac8cc81 100644
--- a/display.h
+++ b/display.h
@@ -147,6 +147,12 @@ private:
char szETSymbols[32];
+#ifdef USE_WAREAGLEICON
+ bool bIsUTF8;
+ char * textWithIcons;
+ const char * ConvertWarEagleIconsUtf8(const char *s);
+#endif
+
void DisplayChannel();
void DisplayTime();
void DisplayLogo();