Removed prefix chars, fixed issues related to custom font mappings

This commit is contained in:
Professr
2020-06-23 18:02:41 -07:00
parent 2530dc44c7
commit e3bcb87cf0
2 changed files with 6 additions and 3 deletions

View File

@@ -717,7 +717,7 @@ void DebugInfo::drawFrame(OLEDDisplay *display, OLEDDisplayUiState *state, int16
}
const char *fields[] = {channelStr, nullptr};
uint32_t yo = drawRows(display, x, y + 12, fields);
uint32_t yo = drawRows(display, x, y + FONT_HEIGHT, fields);
display->drawLogBuffer(x, yo);
}