perf(style): speed up getting stye properties by adding LV_OBJ_STYLE_CACHE

This commit is contained in:
Gabor Kiss-Vamosi
2023-08-15 07:31:33 +02:00
parent 67ca457a07
commit 4736ebfbca
13 changed files with 501 additions and 443 deletions

View File

@@ -300,7 +300,7 @@
/* Adjust color mix functions rounding. GPUs might calculate color mix (blending) differently.
* 0: round down, 64: round up from x.75, 128: round up from half, 192: round up from x.25, 254: round up */
#define lv_color_mix_ROUND_OFS 0
#define LV_COLOR_MIX_ROUND_OFS 0
/*=====================
* COMPILER SETTINGS