mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-25 20:26:41 +00:00
Change lmeter to linemeter
This commit is contained in:
parent
830b3acbef
commit
66bba78b03
@ -57,7 +57,7 @@ enum lv_hasp_obj_type_t {
|
||||
LV_HASP_LABEL = 21,
|
||||
LV_HASP_GAUGE = 22,
|
||||
LV_HASP_BAR = 23,
|
||||
LV_HASP_LMETER = 24,
|
||||
LV_HASP_LINEMETER = 24,
|
||||
LV_HASP_LED = 25,
|
||||
LV_HASP_ARC = 26,
|
||||
LV_HASP_SPINNER = 27,
|
||||
@ -166,6 +166,7 @@ inline bool obj_check_type(const lv_obj_t* obj, lv_hasp_obj_type_t haspobjtype)
|
||||
#define HASP_OBJ_OBJ 53623
|
||||
#define HASP_OBJ_OBJMASK 55395
|
||||
#define HASP_OBJ_LMETER 62749
|
||||
#define HASP_OBJ_LINEMETER 55189
|
||||
#define HASP_OBJ_TABVIEW 63226
|
||||
#define HASP_OBJ_TAB 7861
|
||||
#define HASP_OBJ_ARC 64594
|
||||
|
Loading…
x
Reference in New Issue
Block a user