lvgl / lv_demos

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

changes to eliminate compiler -Wformat warnings #128

Closed tdjastrzebski closed 2 years ago

tdjastrzebski commented 2 years ago

Proposed changes aimed at eliminating bunch of compiler -Wformat warnings like warning: format '%d' expects argument of type 'int', but argument 4 has type 'uint32_t' {aka 'long unsigned int'} [-Wformat=]