mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-26 15:02:50 +02:00
nglcd, webtv/radio: epg scroll deactivated, high load
Origin commit data
------------------
Branch: ni/coolstream
Commit: d61ba9b413
Author: BPanther <bpanther_ts@hotmail.com>
Date: 2023-08-14 (Mon, 14 Aug 2023)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -1168,6 +1168,7 @@ void cGLCD::Run(void)
|
||||
else
|
||||
Epg = g_InfoViewer->get_livestreamInfo1() + " " + g_InfoViewer->get_livestreamInfo2();
|
||||
EpgWidth = font_epg.Width(Epg);
|
||||
#if 0 // FIXME: scroll problem, high load
|
||||
doScrollEpg = EpgWidth > bitmap->Width();
|
||||
scrollEpgForward = true;
|
||||
scrollEpgSkip = 0;
|
||||
@@ -1176,6 +1177,7 @@ void cGLCD::Run(void)
|
||||
scrollEpgOffset = bitmap->Width()/4;
|
||||
EpgWidth += scrollEpgOffset;
|
||||
} else
|
||||
#endif
|
||||
scrollEpgOffset = 0;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user