1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-19 14:25:11 +03:00

[Horus] LED off when drawing the SLEEP bitmap on shutdown

This commit is contained in:
Bertrand Songis 2016-02-21 15:16:52 +01:00
parent 22a8a5cc80
commit 63713578fe
3 changed files with 5 additions and 3 deletions

View file

@ -159,6 +159,10 @@ void menusTask(void * pdata)
BACKLIGHT_OFF();
#if defined(PCBHORUS)
ledOff();
#endif
#if defined(COLORLCD) || defined(PCBTARANIS)
drawSleepBitmap();
#else