wrong lvgl initialization sequence #90738
Labels
area: LVGL
Light and Versatile Graphics Library Support
bug
The issue is a bug, or the PR is fixing a bug
priority: low
Low impact/importance bug
Uh oh!
There was an error while loading. Please reload this page.
Describe the bug
As far as I understand this
zephyr/modules/lvgl/lvgl.c
Line 273 in 2bb7fcc
should be
after
zephyr/modules/lvgl/lvgl.c
Line 276 in 2bb7fcc
It is strange to initialize
custom_log_print_cb
and then clear this field insidelv_init
usinglv_memzero()
.The text was updated successfully, but these errors were encountered: