lv_conf_templ: add LV_VDB_DOUBLE

This commit is contained in:
Gabor Kiss-Vamosi
2017-11-29 15:41:57 +01:00
parent b26bb2e5b7
commit bfc735a004

View File

@@ -34,6 +34,10 @@
/* Buffered rendering: >= LV_DOWNSCALE * LV_HOR_RES or 0 to disable buffering*/
#define LV_VDB_SIZE (40 * LV_VER_RES)
/* Use two Virtual Display buffers (VDB) parallelize rendering and flushing
* The flushing should use DMA to write the frame buffer in the background*/
#define LV_VDB_DOUBLE 0
/* Enable anti aliasing
* If enabled everything will be rendered in double size and filtered to normal size */
#define LV_ANTIALIAS 0