lvgl: Missing colorwheel documentation in master branch

Perform all steps below and tick them with [x]

  • Read the FAQ
  • Check the related part of the Documentation
  • Update lvgl to the latest version
  • Reproduce the issue in a Simulator

Describe the bug

In the latest master of LVGL, the colorwheel folder under examples/widgets gone missing. It should be at https://github.com/lvgl/lvgl/tree/master/examples/widgets/colorwheel but it does not exist there.

This causes no Examples and API in the latest documentation of colorwheel in LVGL.

To Reproduce

This is the screenshot of the latest documentation on the web:

image

Expected behavior

This is the screenshot of the v8 documentation on the web:

image

About this issue

  • Original URL
  • State: closed
  • Created a year ago
  • Comments: 15 (6 by maintainers)

Most upvoted comments

Thank you for sharing. My idea is to allow using an image and specifying the knob movement, such as:

  • Any: Rectangle image pick any color
  • Grid: As in your example, allow selecting only fixed positions. If the image is not rectangle we don’t select cells where the opacity is 0.
  • Circle: Set radius on which the knob can move
  • Slider: Move vertically or horizontally.
  • Custom: Somehow allow using custom movement

Once you set the knob somewhere LVGL just ready the color of that image.

What do you think?