From 477fda322ec2ccdb4aaefbc07309df95479f542c Mon Sep 17 00:00:00 2001 From: Michele Bini Date: Thu, 31 Mar 2022 00:15:13 +0200 Subject: Disable antialias for ultraredux branch diff --git a/src/libs/lv_conf.h b/src/libs/lv_conf.h index 32b4f4d..6b46811 100644 --- a/src/libs/lv_conf.h +++ b/src/libs/lv_conf.h @@ -38,7 +38,7 @@ #define LV_COLOR_TRANSP LV_COLOR_MAKE(0x6c, 0xFc, 0x6a) /*LV_COLOR_LIME: pure green*/ /* Enable anti-aliasing (lines, and radiuses will be smoothed) */ -#define LV_ANTIALIAS 1 +#define LV_ANTIALIAS 0 /* Default display refresh period. * Can be changed in the display driver (`lv_disp_drv_t`).*/ -- cgit v0.10.2