From 258e1f234868fb5b88bb343614a9509373921dcd Mon Sep 17 00:00:00 2001 From: Gabor Kiss-Vamosi Date: Fri, 21 Sep 2018 14:15:26 +0200 Subject: [PATCH] lv_conf_templ.h minor updates --- lv_conf_templ.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lv_conf_templ.h b/lv_conf_templ.h index 3747787e8..72f732357 100644 --- a/lv_conf_templ.h +++ b/lv_conf_templ.h @@ -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*/