mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-29 16:31:05 +02:00
fix time in vfd
Origin commit data
------------------
Branch: ni/coolstream
Commit: a227dcb7e2
Author: TangoCash <eric@loxat.de>
Date: 2017-10-12 (Thu, 12 Oct 2017)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
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