lvgl / lv_demos

Examples, tutorials and applications for the LVGL embedded GUI library
https://lvgl.io
488 stars 366 forks source link

Make font_small/font_medium globals const. #138

Closed cmumford closed 2 years ago

cmumford commented 2 years ago

Convert two font global variables (which point to const LVGL fonts) to const to avoid a compile-time warning when calling lv_style_set_text_font.