Tasmota/lib/libesp32_lvgl/lvgl/src/extra
Stephan Hadinger 98a9455772 LVGL small fix
2022-02-23 12:31:01 +01:00
..
layouts LVGL library from 8.1.0 to 8.2.0 (#14815) 2022-02-12 18:54:39 +01:00
libs LVGL library from 8.1.0 to 8.2.0 (#14815) 2022-02-12 18:54:39 +01:00
others LVGL library from 8.1.0 to 8.2.0 (#14815) 2022-02-12 18:54:39 +01:00
themes LVGL update from 8.0.2 to 8.1.0 2021-12-27 23:03:49 +01:00
widgets LVGL library from 8.1.0 to 8.2.0 (#14815) 2022-02-12 18:54:39 +01:00
extra.mk Berry move LVGL mapping to its own library 2021-12-18 11:47:03 +01:00
lv_extra.c LVGL small fix 2022-02-23 12:31:01 +01:00
lv_extra.h Berry move LVGL mapping to its own library 2021-12-18 11:47:03 +01:00
README.md LVGL library from 8.1.0 to 8.2.0 (#14815) 2022-02-12 18:54:39 +01:00

Extra components

This directory contains extra (optional) components to lvgl. It's a good place for contributions as there are less strict expectations about the completeness and flexibility of the components here.

In other words, if you have created a complex widget from other widgets, or modified an existing widget with special events, styles or animations, or have a new feature that could work as a plugin to lvgl feel free to the share it here.

How to contribute

Ideas

Here some ideas as inspiration feel free to contribute with ideas too.

  • New Calendar headers
  • Color picker with RGB and or HSV bars
  • Ruler, horizontal or vertical with major and minor ticks and labels
  • New List items types
  • Preloaders
  • Drop-down list with a container to which content can be added
  • 9 patch button: Similar to lv_imgbtn but 9 images for 4 corner, 4 sides and the center

Contributors

  • lv_animimg: @ZhaoQiang-b45475
  • lv_span: @guoweilkd
  • lv_menu: @HX2003