Fork of Tangara with customizations
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
tangara-fw/lib/lvgl/src/extra
jacqueline 06aca259cb Add basic lua browser screen 1 year ago
..
layouts convert lvgl from submodule to a plain old directory 2 years ago
libs convert lvgl from submodule to a plain old directory 2 years ago
others convert lvgl from submodule to a plain old directory 2 years ago
themes convert lvgl from submodule to a plain old directory 2 years ago
widgets Add basic lua browser screen 1 year ago
README.md convert lvgl from submodule to a plain old directory 2 years ago
lv_extra.c convert lvgl from submodule to a plain old directory 2 years ago
lv_extra.h convert lvgl from submodule to a plain old directory 2 years ago
lv_extra.mk convert lvgl from submodule to a plain old directory 2 years ago

README.md

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