glcd, webtv/radio: epg scroll deactivated, high load

Origin commit data
------------------
Commit: a39f9e5892
Author: BPanther <bpanther_ts@hotmail.com>
Date: 2023-08-12 (Sat, 12 Aug 2023)

Origin message was:
------------------
nglcd, webtv/radio: epg scroll deactivated, high load
This commit is contained in:
BPanther
2023-08-14 22:59:47 +02:00
committed by Thilo Graf
parent 7919285356
commit 2396373576

View File

@@ -1153,6 +1153,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;
@@ -1161,6 +1162,7 @@ void cGLCD::Run(void)
scrollEpgOffset = bitmap->Width()/4;
EpgWidth += scrollEpgOffset;
} else
#endif
scrollEpgOffset = 0;
}
}