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*/