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 284834e799
commit 71913d300d

View File

@@ -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()