1
0
Fork 0
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:
Bertrand Songis 2015-10-22 17:16:21 +02:00
parent c8f77fceec
commit e18e6f9c41
51 changed files with 376 additions and 753 deletions

View file

@ -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