diff --git a/lib/oled_text.c b/lib/oled_text.c index 3f02895..b73a662 100644 --- a/lib/oled_text.c +++ b/lib/oled_text.c @@ -133,7 +133,7 @@ void oled_text_line(const char* text, uint8_t line_nb) oled_text_display[i] = 0; } - oled_text_pos(0, 13 + 16 * line_nb, FONT_KING10, text); // draw text on the left of top line + oled_text_pos(0, 15 + 16 * line_nb, FONT_KING14, text); // draw text on the left of top line } void oled_text_update(void)