OSD fixes.

This commit is contained in:
sorgelig
2019-12-03 12:13:11 +08:00
parent e56145f02d
commit 38ce10b205
2 changed files with 4 additions and 0 deletions

View File

@@ -695,6 +695,9 @@ char* OsdCoreName()
void OsdUpdate()
{
// reset the output channel (workaround)
if(osdset) spi_osd_cmd(OSD_CMD_WRITE);
int n = is_menu_core() ? 19 : osd_size;
for (int i = 0; i < n; i++)
{