From 186397b7fc125751e4a97cb16ff0d9ab7a89dd96 Mon Sep 17 00:00:00 2001 From: SivaCoHan Date: Tue, 7 Nov 2023 16:15:57 +0800 Subject: [PATCH] Update lv_conf.h fix typo ares -> areas --- lv_conf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lv_conf.h b/lv_conf.h index f4226b9..6ce2234 100644 --- a/lv_conf.h +++ b/lv_conf.h @@ -60,7 +60,7 @@ HAL SETTINGS *====================*/ -/*Default display refresh period. LVG will redraw changed ares with this period time*/ +/*Default display refresh period. LVG will redraw changed areas with this period time*/ #define LV_DISP_DEF_REFR_PERIOD 30 /*[ms]*/ /*Input device read period in milliseconds*/