lv_conf_templ.h minor updates
This commit is contained in:
@@ -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()`)*/
|
#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) */
|
/* 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*/
|
/*Screen refresh settings*/
|
||||||
#define LV_REFR_PERIOD 50 /*Screen refresh period in milliseconds*/
|
#define LV_REFR_PERIOD 50 /*Screen refresh period in milliseconds*/
|
||||||
|
|||||||
Reference in New Issue
Block a user