Commit Graph

55 Commits

Author SHA1 Message Date
Gabor Kiss-Vamosi
c7e8b8447d feat(obj): add LV_OBJ_FLAG_OVERFLOW_VISIBLE again 2023-08-22 22:45:39 +02:00
Gabor Kiss-Vamosi
0b83a82a07 feat(multi-instance): collect all the global variables into a struct to allow running multiple instances of LVGL
Closes #4358
2023-08-19 01:42:37 +02:00
Gabor Kiss-Vamosi
52caac9de3 fix(indev): do no defocus if the same it object is clicked again 2023-08-10 07:52:17 +02:00
Gabor Kiss-Vamosi
ecf1ea4d37 fix(indev): do not search for new obj if slid out of the obj and no PRESS_LOCK
fixes #4328
2023-07-09 23:24:17 +02:00
Gabor Kiss-Vamosi
f753265a79 arch(draw): add parallel rendering architecture
BREAKING CHANGE

This is a huge update which introduces parallel rendering. lv_conf.h needs to be updated too.
2023-07-05 13:05:19 +02:00