lv_conf_templ.h minor updates

This commit is contained in:
Gabor Kiss-Vamosi
2018-09-21 14:15:26 +02:00
parent ad553f3782
commit 258e1f2348

View File

@@ -48,7 +48,7 @@
#define LV_VDB2_ADR 0 /*Place VDB2 to a specific address (e.g. in external RAM) (0: allocate automatically into RAM; LV_VDB_ADR_INV: to replace it later with `lv_vdb_set_adr()`)*/
/* Enable anti-aliasing (lines, and radiuses will be smoothed) */
#define LV_ANTIALIAS (LV_VDB_SIZE != 0) /*1: Enable anti-aliasing*/
#define LV_ANTIALIAS 1 /*1: Enable anti-aliasing*/
/*Screen refresh settings*/
#define LV_REFR_PERIOD 50 /*Screen refresh period in milliseconds*/