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.
This commit is contained in:
Gabor Kiss-Vamosi
2023-07-05 13:05:19 +02:00
parent 08870996d1
commit f753265a79
637 changed files with 34425 additions and 35325 deletions

View File

@@ -29,6 +29,10 @@ extern "C" {
# define LV_COLOR_SIZE LV_COLOR_DEPTH
#endif
#ifndef LV_COLOR_SIZE
# define LV_COLOR_SIZE LV_COLOR_DEPTH
#endif
/**********************
* TYPEDEFS
**********************/