From 9baef1ef962726bdcf1288c42cfa89ef3e5a631a Mon Sep 17 00:00:00 2001 From: Themba Dube Date: Wed, 30 Oct 2019 11:31:24 -0400 Subject: [PATCH] Add missing definition of LV_LABEL_TEXT_SEL_OFF --- src/lv_objx/lv_label.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lv_objx/lv_label.h b/src/lv_objx/lv_label.h index 25277ed2d..6d93c2278 100644 --- a/src/lv_objx/lv_label.h +++ b/src/lv_objx/lv_label.h @@ -33,6 +33,7 @@ extern "C" { *********************/ #define LV_LABEL_DOT_NUM 3 #define LV_LABEL_POS_LAST 0xFFFF +#define LV_LABEL_TEXT_SEL_OFF 0 LV_EXPORT_CONST_INT(LV_LABEL_DOT_NUM); LV_EXPORT_CONST_INT(LV_LABEL_POS_LAST);