Forgot to change the default font.

This commit is contained in:
mibi88 2022-11-21 17:31:22 +01:00
parent c6e1666918
commit f9d6f55625
1 changed files with 1 additions and 1 deletions

View File

@ -114,7 +114,7 @@ static mp_obj_t draw_string(size_t n, mp_obj_t const *args)
color = get_color(args[3]);
}
#ifdef FX9860G
dfont(&font_4x6);
dfont(&font_4x4);
#else
dfont(NULL);
#endif