-
Notifications
You must be signed in to change notification settings - Fork 136
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
[LVGL] Add slider range #745
Comments
I do not understand completely the description of this feature request:
I do understand what |
Ah, Ok. Sorry if my explanation was a bit unclear. |
I understand now. It definitely makes sense to implement "Slider Set Range" LVGL action. But, until this is implemented consider the solution presented in this project: So, in this project, Slider 2 is used to define range, i.e. variables
So, at the end, variable |
Is your feature request related to a problem? Please describe.
I would like to change the range of a [NORMAL) slider with a seperate [RANGE] slider without having to implement it later in the code.
Describe the solution you'd like
Add
[lv_slider_set_range]
to be supported by the eez flow
The text was updated successfully, but these errors were encountered: