mirror of
https://github.com/opentx/opentx.git
synced 2025-07-20 14:55:13 +03:00
EEPROM async write bug solved. Progress bar. Popup on MODELSEL. Simu EEPROM async write.
This commit is contained in:
parent
9761da9de3
commit
5e633363a9
14 changed files with 132 additions and 106 deletions
|
@ -185,6 +185,8 @@ bool check(uint8_t event, uint8_t curr, MenuFuncP *menuTab, uint8_t menuTabSize,
|
|||
DisplayScreenIndex(curr, menuTabSize, attr);
|
||||
}
|
||||
|
||||
theFile.DisplayProgressBar();
|
||||
|
||||
uint8_t maxcol = MAXCOL(m_posVert);
|
||||
switch(event)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue