lvgl / lv_demos

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

Removed string format warnings for int32_t and uint32_t #146

Closed nscooling closed 2 years ago

nscooling commented 2 years ago

Changed format strings in examples to use macros

instead of "%d" which generated warnings with -WFormat set

kisvegabor commented 2 years ago

Thanks!