We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f52a55 commit 1c64993Copy full SHA for 1c64993
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