diff --git a/include/lv_conf_v7.h b/include/lv_conf_v7.h index dbbcc5b8..c62e2abc 100644 --- a/include/lv_conf_v7.h +++ b/include/lv_conf_v7.h @@ -738,6 +738,19 @@ typedef struct { # define LV_DROPDOWN_DEF_ANIM_TIME 200 #endif +/*Linemeter (dependencies: -*/ +#define LV_USE_LINEMETER 1 +#if LV_USE_LINEMETER + +/* Set how precisely should the lines of the line meter be calculated. + * Higher precision means slower rendering. + * 0: normal + * 1: extra precision in the inner ring + * 2. extra precision on the outer ring too + */ +# define LV_LINEMETER_PRECISE 2 +#endif + /*Gauge (dependencies:lv_bar, lv_linemeter)*/ #define LV_USE_GAUGE 1 diff --git a/include/lv_conf_v8.h b/include/lv_conf_v8.h index c3cf3866..b2709dbe 100644 --- a/include/lv_conf_v8.h +++ b/include/lv_conf_v8.h @@ -692,7 +692,7 @@ typedef struct { * 1: extra precision in the inner ring * 2. extra precision on the outer ring too */ -# define LV_LINEMETER_PRECISE 1 +# define LV_LINEMETER_PRECISE 2 #endif /*Mask (dependencies: -)*/ #define LV_USE_OBJMASK 1