optimize color fill with 16 color depth

This commit is contained in:
Gabor Kiss-Vamosi
2020-05-13 01:06:01 +02:00
parent a78687ee5d
commit eda4ef8042
4 changed files with 42 additions and 10 deletions

View File

@@ -66,11 +66,6 @@
#define LV_COLOR_TRANSP LV_COLOR_LIME /*LV_COLOR_LIME: pure green*/
#endif
/* Enable chroma keying for indexed images. */
#ifndef LV_INDEXED_CHROMA
#define LV_INDEXED_CHROMA 1
#endif
/* Enable anti-aliasing (lines, and radiuses will be smoothed) */
#ifndef LV_ANTIALIAS
#define LV_ANTIALIAS 1