mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 08:21:12 +02:00
fix time in vfd
This commit is contained in:
@@ -363,7 +363,11 @@ void CLCD::showTime(bool force)
|
|||||||
#endif
|
#endif
|
||||||
close(fd);
|
close(fd);
|
||||||
#endif
|
#endif
|
||||||
|
#if HAVE_ARM_HARDWARE
|
||||||
|
if (mode == MODE_STANDBY || ( g_settings.lcd_info_line && (MODE_TVRADIO == mode)))
|
||||||
|
#else
|
||||||
if (ret < 0 && servicename.empty())
|
if (ret < 0 && servicename.empty())
|
||||||
|
#endif
|
||||||
{
|
{
|
||||||
if (g_info.hw_caps->display_xres < 5)
|
if (g_info.hw_caps->display_xres < 5)
|
||||||
sprintf(timestr, "%02d%02d", hour, minute);
|
sprintf(timestr, "%02d%02d", hour, minute);
|
||||||
|
Reference in New Issue
Block a user