Skip to content

wrong lvgl initialization sequence #90738

Closed
@glory-man

Description

@glory-man

Describe the bug

As far as I understand this

lv_log_register_print_cb(lvgl_log);

should be
after
lv_init();

It is strange to initialize custom_log_print_cb and then clear this field inside lv_init using lv_memzero().

Metadata

Metadata

Assignees

Labels

area: LVGLLight and Versatile Graphics Library SupportbugThe issue is a bug, or the PR is fixing a bugpriority: lowLow impact/importance bug

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions