example(freetype): Update the Micropython example to use the Lato font

This commit is contained in:
Gabor Kiss-Vamosi
2022-07-24 20:45:17 +02:00
parent 9ce59a734f
commit c6f76ec755
@@ -4,7 +4,7 @@ import display_driver
import fs_driver
info = lv.ft_info_t()
info.name ="./arial.ttf"
info.name ="./Lato-Regular.ttf"
info.weight = 24
info.style = lv.FT_FONT_STYLE.NORMAL
info.font_init()