mirror of
https://github.com/opentx/opentx.git
synced 2025-07-20 14:55:13 +03:00
Progress circle in all menus
This commit is contained in:
parent
ab5de66405
commit
c38cb2e0ff
5 changed files with 9 additions and 9 deletions
|
@ -185,7 +185,7 @@ bool check(uint8_t event, uint8_t curr, MenuFuncP *menuTab, uint8_t menuTabSize,
|
|||
DisplayScreenIndex(curr, menuTabSize, attr);
|
||||
}
|
||||
|
||||
theFile.DisplayProgressBar();
|
||||
theFile.DisplayProgressBar(menuTab ? lcd_lastPos-2*FW-((curr+1)/10*FWNUM)-2 : 20*FW+1);
|
||||
|
||||
uint8_t maxcol = MAXCOL(m_posVert);
|
||||
switch(event)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue