Important: unclear posts may not receive useful answers.
Before posting
- Get familiar with Markdown to format and structure your post
- Be sure to update lvgl from the latest version from the
master
branch.- Be sure you have checked the FAQ and read the relevant part of the documentation.
- If applicable use the Simulator to eliminate hardware related issues.
Delete this section if you read and applied the mentioned points.
Description
Hello all, I want to draw a circular gauge/meter/progress bar for my project. I am confused about which widget I should use for this project.
–>or else a basic line drawing enough?if yes then what all APIs are available to implement this?
What MCU/Processor/Board and compiler are you using?
RH850
What LVGL version are you using?
V8
What do you want to achieve?
Based on Value want to change this guage color
What have you tried so far?
identified widgets: meter/Guage/progress bar, if LVGL supports basic drawings like line, circle, and rectangle is supported then I think the basic line of different shades can do this? correct me if I am wrong.