New issue Open #7794 Description niklasf kisvegabor commentedon Sep 12, 2024 kisvegabor niklasf commentedon Sep 14, 2024 niklasf niklasf added a commit that references this issueon Sep 15, 2024 fix(indev): decouple scroll momentum decay from indev read loop (lvgl… ...
…indev (lvgl#4494) Signed-off-by: XiaoweiYan <yanxiaowei@xiaomi.com> Co-authored-by: XiaoweiYan <yanxiaowei@xiaomi.com> master (lvgl/lvgl#4494) bjsylvia and sylvia-soft authored Aug 28, 2023 Verified 1 parent 538bae5 commit 3c47aad Showing 3 changed files with 39 additions and 10...
lvgl / porting / lv_port_indev_template.c lv_port_indev_template.c10.43 KB 一键复制编辑原始数据按行查看历史 NeoYong提交于6年前.没搞定submodules,暂时先直接用 /** * @file lv_port_indev_templ.c * */ /*Copy this file as "lv_port_indev.c" and set this value to...
As this behavior is tightly related to the last clicked widget, the crown support is an extension of the pointer input device. Just setdata->diffto the number of turned steps and LVGL will automatically send:cpp:enumerator:`LV_EVENT_ROTARY`or scroll the widget based on theeditableflag in the...
Embedded graphics library to create beautiful UIs for any MCU, MPU and display type. - lvgl/src/core/lv_indev_scroll.h at d34958f5889d8da73d2c60d48818fea3d5f5501c · lvgl/lvgl
indev.md index.md layer.md new_widget.md object.md scroll.md style-props.md style.md timer.md porting widgets CHANGELOG.md CODE_OF_CONDUCT.md CODING_STYLE.md CONTRIBUTING.md ROADMAP.md build.py conf.py example_list.py favicon.png index.md logo_lvgl.png requirements.txt env_support exam...
feat(indev): add scroll_time and scroll_throw setter #6723 Merged FASTSHIFT merged 2 commits into lvgl:master from HokageM:master Aug 23, 2024 Conversation 0 Commits 2 Checks 20 Files changed Conversation Contributor HokageM commented Aug 22, 2024 Solves: #6707 Add the API functions lv_...
data->state is used here : https://github.com/littlevgl/lvgl/blob/master/lv_core/lv_indev.c#L520 Member kisvegabor commented Nov 9, 2018 @AloyseTech You are right. I don't remember when it was changed. Anyway, I update the documentation. Thank you! Author MichaelVLV commented Nov 9...
Sign in Sign up lvgl/lv_binding_micropythonPublic Notifications Fork167 Star266 Code Issues41 Pull requests6 Actions Projects Security Insights Commit Permalink use updated lv_indev_t name Browse files master (#350) liamHowattcommittedJul 19, 2024 ...
lv_indev_gesture_state_tcan be tracked by LVGL as it knows when the gesture was set for the first time. Inlv_indev_data_tsetpoint.x/yto the central point in the driver (if any) or to the primary point. It'd be more explicit. ...