aboutsummaryrefslogtreecommitdiff
path: root/src/stdlib/micropython/lv_mem_core_micropython.c
Commit message (Collapse)AuthorAge
* feat(micropython): improve mem core micropython (#6219)Carglglz2024-05-30
|
* feat(stdlib): add lv_memmove (#4888)Neo Xu2023-11-29
| | | Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
* ci: upgrade astyle tool (#4776)Viktor Szépe2023-11-10
| | | Install from source to use the latest version
* chore: code and configs cleanups; add builtin cache tracing (#4593)PGNetHun2023-09-25
|
* refactor: disp->display, res->result/resolution, ↵Gabor Kiss-Vamosi2023-09-18
| | | | hor/ver->horizontal/vertical, txt->text, angle->rotation, zoom->scale
* 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.