mirror of
https://github.com/opentx/opentx.git
synced 2025-07-22 07:45:14 +03:00
Vario (still untested). Flash savings.
This commit is contained in:
parent
32b6726968
commit
a7a530487b
11 changed files with 122 additions and 126 deletions
|
@ -276,7 +276,7 @@ bool check(uint8_t event, uint8_t curr, const MenuFuncP *menuTab, uint8_t menuTa
|
|||
}
|
||||
#endif
|
||||
|
||||
theFile.DisplayProgressBar(menuTab ? lcd_lastPos-2*FW-((curr+1)/10*FWNUM)-2 : 20*FW+1);
|
||||
DISPLAY_PROGRESS_BAR(menuTab ? lcd_lastPos-2*FW-((curr+1)/10*FWNUM)-2 : 20*FW+1);
|
||||
|
||||
if (s_editMode<=0) {
|
||||
if (scrollUD) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue