From 4797d54d6b2f36b347619ae467f9c9a2d5b87d38 Mon Sep 17 00:00:00 2001 From: vanhofen Date: Mon, 30 Oct 2017 08:31:20 +0100 Subject: [PATCH] simple_display: re-add accidently removed lines ... Do we need this for showMenuText() and showAudioTrack() to? Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/73738c3445b1786bba2d5da29da9d794db10d377 Author: vanhofen Date: 2017-10-30 (Mon, 30 Oct 2017) Origin message was: ------------------ - simple_display: re-add accidently removed lines ... Do we need this for showMenuText() and showAudioTrack() to? ------------------ This commit was generated by Migit --- src/driver/simple_display.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/driver/simple_display.cpp b/src/driver/simple_display.cpp index 70ef52bbf..ffd6c4021 100644 --- a/src/driver/simple_display.cpp +++ b/src/driver/simple_display.cpp @@ -265,6 +265,8 @@ void CLCD::setlcdparameter(void) void CLCD::showServicename(std::string name, bool) { + if (g_info.hw_caps->display_type == HW_DISPLAY_LED_NUM) + return; servicename = name; if (mode != MODE_TVRADIO) return;