lvgl / lv_demos

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

lv_demo_music_list.c “font_small” and “font_medium” Pointer on const #125

Closed LuWeiHuan closed 2 years ago

LuWeiHuan commented 2 years ago

this two Pointer on const, However, when it is created, it points to the address variable with const. Sorry, English is not very good

kisvegabor commented 2 years ago

Thank you, fixed.