adafruit / Adafruit_LvGL_Glue

“Glue” library between LittlevGL and Adafruit GFX (SPITFT)
Other
35 stars 14 forks source link

Fix logging callback definition. #8

Closed photomoose closed 3 years ago

photomoose commented 3 years ago

The LVGL custom log callback prototype has changed to also include a parameter for the function name.

When enabling the LV_USE_LOG flag in lv_conf.h, Glue fails to compile due to this missing parameter in the callback definition.