mirror of
https://github.com/opentx/opentx.git
synced 2025-07-19 14:25:11 +03:00
[Horus] Refactoring continued
This commit is contained in:
parent
c8f77fceec
commit
e18e6f9c41
51 changed files with 376 additions and 753 deletions
|
@ -192,7 +192,7 @@ void menusTask(void * pdata)
|
|||
}
|
||||
|
||||
#if defined(PCBTARANIS) && defined(REV9E)
|
||||
topLcdOff();
|
||||
toplcdOff();
|
||||
#endif
|
||||
|
||||
BACKLIGHT_OFF();
|
||||
|
@ -201,7 +201,7 @@ void menusTask(void * pdata)
|
|||
#elif defined(PCBTARANIS)
|
||||
displaySleepBitmap();
|
||||
#else
|
||||
lcd_clear();
|
||||
lcdClear();
|
||||
displayPopup(STR_SHUTDOWN);
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue