mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-26 17:55:30 +03:00
Hide BFOSD when OSDSW is active
This commit is contained in:
parent
94993e55c0
commit
82df9f0c84
1 changed files with 4 additions and 0 deletions
|
@ -377,6 +377,10 @@ void osdDrawElements(void)
|
||||||
{
|
{
|
||||||
displayClearScreen(osdDisplayPort);
|
displayClearScreen(osdDisplayPort);
|
||||||
|
|
||||||
|
/* Hide OSD when OSDSW mode is active */
|
||||||
|
if (IS_RC_MODE_ACTIVE(BOXOSD))
|
||||||
|
return;
|
||||||
|
|
||||||
#if 0
|
#if 0
|
||||||
if (currentElement)
|
if (currentElement)
|
||||||
osdDrawElementPositioningHelp();
|
osdDrawElementPositioningHelp();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue