Skip to content

Commit

Permalink
nglcd, webtv/radio: epg scroll deactivated, high load
Browse files Browse the repository at this point in the history
  • Loading branch information
BPanther committed Aug 12, 2023
1 parent 92ac158 commit a39f9e5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/driver/nglcd.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -903,6 +903,7 @@ void nGLCD::Run(void)
else
Epg = g_InfoViewer->get_livestreamInfo1();
EpgWidth = font_epg.Width(Epg);
#if 0 // FIXME: scroll problem, high load
doScrollEpg = EpgWidth > bitmap->Width() - 4;
scrollEpgForward = true;
scrollEpgSkip = 0;
Expand All @@ -912,6 +913,7 @@ void nGLCD::Run(void)
EpgWidth += scrollEpgOffset;
}
else
#endif
scrollEpgOffset = 0;
}

Expand Down

0 comments on commit a39f9e5

Please sign in to comment.