Skip to content
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

fix(display): load screen from matching display #6189

Merged
merged 2 commits into from
May 16, 2024

Commits on May 6, 2024

  1. scr_load_anim_start: load screen from matching display

    If the animation starts and a different display has been set as the default in the meantime, the screen set as "previous" was loaded from the wrong display.
    
    Fix: lv_screen_active() replaced with lv_display_get_screen_active()
    TheOfficialMrBlah committed May 6, 2024
    Configuration menu
    Copy the full SHA
    4e050b8 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2024

  1. Update lv_display.c: changed lv_screen_active() to d->act_scr

    changed lv_screen_active() calls to d->act_scr
    TheOfficialMrBlah committed May 12, 2024
    Configuration menu
    Copy the full SHA
    613d837 View commit details
    Browse the repository at this point in the history