Configurable extended click area for all LVGL components #3277
Unanswered
iBobik
asked this question in
Component enhancements
Replies: 1 comment
-
🏷️ I've automatically added the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Component name
lvgl
Link to component documentation on our website
https://esphome.io/components/lvgl/widgets.html
Describe the enhancement
Add global and widget-local option for "extended click area“.
Use cases
On some screen sizes it is difficult to click elements precisely, so it would be helpful to extend touch area.
Workaround
Put this in the page:
Or just increase buttons size, but this is not always practical.
Anything else?
https://docs.lvgl.io/latest/en/html/API/core/lv_obj_pos.html#_CPPv425lv_obj_set_ext_click_areaP8lv_obj_t7int32_t
Beta Was this translation helpful? Give feedback.
All reactions