diff options
| author | Michele Bini <michele.bini@gmail.com> | 2022-03-30 22:15:13 (GMT) |
|---|---|---|
| committer | Michele Bini <michele.bini@gmail.com> | 2022-03-30 22:15:13 (GMT) |
| commit | 477fda322ec2ccdb4aaefbc07309df95479f542c (patch) | |
| tree | 19a39b995fc21a8178b1e49723e852824b665120 | |
| parent | e1cb4f64097a7d084f178f762546cecb5bd3c6be (diff) | |
Disable antialias for ultraredux branch
| -rw-r--r-- | src/libs/lv_conf.h | 2 |
1 files changed, 1 insertions, 1 deletions
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`).*/ |
