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 committed by Bartosz Gołaszewski
parent fcd9a9a625
commit d7951c24b4
1 changed files with 1 additions and 1 deletions

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