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:
parent
22a8a5cc80
commit
63713578fe
3 changed files with 5 additions and 3 deletions
|
@ -159,6 +159,10 @@ void menusTask(void * pdata)
|
|||
|
||||
BACKLIGHT_OFF();
|
||||
|
||||
#if defined(PCBHORUS)
|
||||
ledOff();
|
||||
#endif
|
||||
|
||||
#if defined(COLORLCD) || defined(PCBTARANIS)
|
||||
drawSleepBitmap();
|
||||
#else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue