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:
BPanther
2023-08-14 22:59:47 +02:00
committed by vanhofen
parent 636eda8634
commit bde67131c6

View File

@@ -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;
}
}