Skip to content

wrong lvgl initialization sequence #90738

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
glory-man opened this issue May 28, 2025 · 1 comment · Fixed by #90747
Closed

wrong lvgl initialization sequence #90738

glory-man opened this issue May 28, 2025 · 1 comment · Fixed by #90747
Assignees
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

Comments

@glory-man
Copy link

glory-man commented May 28, 2025

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().

@glory-man glory-man added the bug The issue is a bug, or the PR is fixing a bug label May 28, 2025
@faxe1008 faxe1008 self-assigned this May 28, 2025
@faxe1008 faxe1008 added the area: LVGL Light and Versatile Graphics Library Support label May 28, 2025
@nashif nashif added the priority: low Low impact/importance bug label May 28, 2025
@henrikbrixandersen
Copy link
Member

Please use our bug template when reporting bugs. You need to edit this issue to include the information requested in https://github.com/zephyrproject-rtos/zephyr/blob/main/.github/ISSUE_TEMPLATE/001_bug_report.yml

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants