mirror of
https://github.com/lvgl/lvgl.git
synced 2025-01-14 06:42:58 +08:00
1.3 KiB
1.3 KiB
Roadmap
This is a summary for planned new features and a collection of ideas. This list indicates only the current intention and it can be changed.
v8.2
See #2790
Ideas
- Reconsider color format management for run time color format setting, and custom color format usage. (Also RGB888)
- Make gradients more versatile
- Image transformations matrix
- Switch to RGBA colors in styles
- Consider direct binary font format support
- Simplify
group
s. Discussion is here. - lv_mem_alloc_aligned(size, align)
- Text node. See #1701
- CPP binding. See Forum
- Optimize font decompression
- Need static analyze (via coverity.io or somehing else)
- Support dot_begin and dot_middle long modes for labels
- Add new label alignment modes. #1656
- Support larger images: #1892
- Curved text on path
- Varaible binding impromevments like Redux?
- Functional programming support, pure view? See here