xaowang
xaowang
### Support linear gradients at any angle Linear gradients can be horizontal, vertical and at any angle, such as a 45-degre diagonal. Moreover, the range of linear gradient can be...
### Introduce the problem ### Feature Currently, lvl only supports linear gradient in horizontal and vertical directions. We need to consider adding more features to it. For example, any angle,...
+ Platform Arm + OS nuttx Compiling on the Arm platform, `uint` will be redefined, and error occur. + `typedef unsigned int uint;` in nuttx/inclue/sys/types.h:273 + `using uint = uint32_t;`...
I got a compilation error because SW_FT_UInt and uint32_t types do not match.  Signed-off-by: wangxuedong Change-Id: Iff3c7a958b8ca642b4b522daec5c129011fac6de
fix(script): do not add pad if 'araw_data_len' can divide 'bblk_size' evenly. ### Notes - Update the [Documentation](https://github.com/lvgl/lvgl/tree/master/docs) if needed. - Add [Examples](https://github.com/lvgl/lvgl/tree/master/examples) if relevant. - Add [Tests](https://github.com/lvgl/lvgl/blob/master/tests/README.md) if applicable. -...