mirror of
https://github.com/opentx/opentx.git
synced 2025-07-25 17:25:13 +03:00
[Horus] Hardware menu added. Calibration menu moved to the Hardware menu
This commit is contained in:
parent
e738293a52
commit
5c71d74aab
15 changed files with 427 additions and 252 deletions
|
@ -208,7 +208,7 @@ bool menuModelSetup(evt_t event)
|
|||
|
||||
for (int i=0; i<NUM_BODY_LINES; ++i) {
|
||||
coord_t y = MENU_CONTENT_TOP + i*FH;
|
||||
int k = i+menuVerticalOffset;
|
||||
int k = i + menuVerticalOffset;
|
||||
for (int j=0; j<=k; j++) {
|
||||
if (mstate_tab[j] == HIDDEN_ROW)
|
||||
k++;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue