mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-26 09:45:37 +03:00
Grabbed OSD on init when using the minim OSD
This commit is contained in:
parent
e4cb051b13
commit
5362709f03
1 changed files with 2 additions and 0 deletions
|
@ -412,6 +412,8 @@ void init(void)
|
||||||
displayPort_t *osdDisplayPort = max7456DisplayPortInit(&masterConfig.vcdProfile);
|
displayPort_t *osdDisplayPort = max7456DisplayPortInit(&masterConfig.vcdProfile);
|
||||||
#else
|
#else
|
||||||
displayPort_t *osdDisplayPort = displayPortMspInit();
|
displayPort_t *osdDisplayPort = displayPortMspInit();
|
||||||
|
// grab the OSD to stop the minim OSD writing to it autonomously
|
||||||
|
displayGrab(osdDisplayPort);
|
||||||
#endif
|
#endif
|
||||||
osdInit(osdDisplayPort);
|
osdInit(osdDisplayPort);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue