mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 08:51:10 +02:00
display clock on segment display too
Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
@@ -332,7 +332,7 @@ void CLCD::showTime(bool force)
|
|||||||
ret = ioctl(fd, VFDSETTIME2, &now);
|
ret = ioctl(fd, VFDSETTIME2, &now);
|
||||||
close(fd);
|
close(fd);
|
||||||
#endif
|
#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 HAVE_ARM_HARDWARE
|
||||||
if (mode == MODE_STANDBY || (g_settings.lcd_info_line && mode == MODE_TVRADIO))
|
if (mode == MODE_STANDBY || (g_settings.lcd_info_line && mode == MODE_TVRADIO))
|
||||||
|
Reference in New Issue
Block a user