lvgl / lv_demos

Examples, tutorials and applications for the LVGL embedded GUI library

Home Page:https://lvgl.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#132 breaks build

higaski opened this issue · comments

The latest commit which merged the PR #132 broke my build. It removed font declarations needed later in the file.

lv_demo_benchmark.c:404:44: error: ‘lv_font_montserrat_12_compr_az’ undeclared (first use in this function); did you mean ‘lv_font_montserrat_12_subpx’?
  404 |     lv_style_set_text_font(&style_common, &lv_font_montserrat_12_compr_az);
      |                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                                            lv_font_montserrat_12_subpx
commented

Sorry, I improved the code, you can review the PR.

commented

中文:这个问题需要在 lv_conf.h 文件中,将 LV_FONT_MONTSERRAT_12 宏控的值从 0 修改为 1。
English:This problem requires changing the LV_FONT_MONTSERRAT_12 macro value from 0 to 1 in the lv_conf.h file.

commented

This issue or pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.