mirror of
https://github.com/torlando-tech/pyxis.git
synced 2026-09-23 05:04:20 +00:00
LVGL re-focuses the default input group when the screen is shown; the focused member is the last focusable object (the transport switch), so the view landed at the bottom of the list. A one-shot 50ms LVGL timer after show() scrolls the content back to the top without touching the focus state, and leaves subsequent user scrolling alone.