mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-24 16:55:36 +03:00
Add OSD displayPort device configurability
This commit is contained in:
parent
e821fec341
commit
8494d6e634
5 changed files with 52 additions and 8 deletions
|
@ -307,6 +307,8 @@ void pgResetFn_osdConfig(osdConfig_t *osdConfig)
|
|||
for (int i = 0; i < OSD_RCCHANNELS_COUNT; i++) {
|
||||
osdConfig->rcChannels[i] = -1;
|
||||
}
|
||||
|
||||
osdConfig->displayPortDevice = OSD_DISPLAYPORT_DEVICE_AUTO;
|
||||
}
|
||||
|
||||
static void osdDrawLogo(int x, int y)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue