We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b2dccff + 1c64993 commit e62fb97Copy full SHA for e62fb97
src/main/io/displayport_msp_osd.c
@@ -368,7 +368,7 @@ static uint32_t txBytesFree(const displayPort_t *displayPort)
368
static bool getFontMetadata(displayFontMetadata_t *metadata, const displayPort_t *displayPort)
369
{
370
UNUSED(displayPort);
371
- metadata->charCount = 512;
+ metadata->charCount = 1024;
372
metadata->version = FONT_VERSION;
373
return true;
374
}
0 commit comments