aboutsummaryrefslogtreecommitdiff
path: root/examples/widgets/canvas/lv_example_canvas_7.c
Commit message (Collapse)AuthorAge
* feat(draw_buf): add LV_DRAW_BUF_INIT macro to meet alignment requirement (#6102)Neo Xu2024-05-08
| | | | Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com> Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
* chore(examples): use draw buffer for canvasXu Xingliang2023-12-18
| | | | Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
* fix(draw_line): use lv_point_precise_t to describe coordinates (#4858)_VIFEXTech2023-11-24
| | | | Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com> Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
* feat(draw): add initial SDL rendererGabor Kiss-Vamosi2023-11-18
| | | | | | | | | | | | | | It caches SW rendered bitmaps in textures. The cache is also updated to support data and source separately. E.g. source is a path to an image, and if that image changes all related cache entries needs to found and invalidated. Limitations of SDL rederer: - not all draw task types are supported - image transformation is not supported - some textures (e.g. button matrix texts) are not detected as cached - images are not cached - images are supported only from path
* ci: upgrade astyle tool (#4776)Viktor Szépe2023-11-10
| | | Install from source to use the latest version
* feat(line, triangle): add float support for pointsGabor Kiss-Vamosi2023-10-31
|
* refactor: scr -> screen, act->active, del->delete, remove in ↵Gabor Kiss-Vamosi2023-10-12
| | | | obj_clear_flag/state
* arch(draw): add parallel rendering architectureGabor Kiss-Vamosi2023-07-05
| | | | | | BREAKING CHANGE This is a huge update which introduces parallel rendering. lv_conf.h needs to be updated too.
* arch(driver): new driver architecture with new color format supportGabor Kiss-Vamosi2023-02-20
|
* chore(example): fix copy/paset error in lv_example_canvas_7Gabor Kiss-Vamosi2022-11-23
|
* examples(canvas): add canvas drawing examplesGabor Kiss-Vamosi2022-11-21