1、主界面部分内容从文本组变为标签,解决了字体颜色变化异常的问题; 2、呼吸灯迁移至lvgl刷新任务内,删除串口打印信息; 3、freertos内存:15360->17360,task_LCD:512->1024,taskmenu:512->256; 4、复位与初始化分离,单独创建reset函数; |
||
---|---|---|
.. | ||
layouts | ||
libs | ||
others | ||
themes | ||
widgets | ||
README.md | ||
lv_extra.c | ||
lv_extra.h | ||
lv_extra.mk |
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
- Create a Pull request with your new content
- Please and follow the Coding style of LVGL
- Add setter/getter functions in pair
- Update lv_conf_template.h
- Add description in the docs
- Add examples
- Update the changelog
- Add yourself to the Contributors section below.
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