display clock on segment display too

Origin commit data
------------------
Commit: 33d34feb54
Author: TangoCash <eric@loxat.de>
Date: 2018-11-22 (Thu, 22 Nov 2018)
This commit is contained in:
TangoCash
2018-11-22 00:23:18 +01:00
committed by vanhofen
parent c96b85d560
commit e7ec5f75d0

View File

@@ -332,7 +332,7 @@ void CLCD::showTime(bool force)
ret = ioctl(fd, VFDSETTIME2, &now);
close(fd);
#endif
if (g_info.hw_caps->display_type == HW_DISPLAY_LINE_TEXT)
if ((g_info.hw_caps->display_type == HW_DISPLAY_LINE_TEXT) || (g_info.hw_caps->display_type == HW_DISPLAY_LED_NUM))
{
#if HAVE_ARM_HARDWARE
if (mode == MODE_STANDBY || (g_settings.lcd_info_line && mode == MODE_TVRADIO))