diff options
Diffstat (limited to 'src/libs/lv_conf.h')
| -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`).*/ |
