Add missing definition of LV_LABEL_TEXT_SEL_OFF

This commit is contained in:
Themba Dube
2019-10-30 11:31:24 -04:00
parent c86e2722bd
commit 9baef1ef96
+1
View File
@@ -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);