diff --git a/lv_obj/lv_obj.h b/lv_obj/lv_obj.h index 04a81eeab..b756d3eeb 100644 --- a/lv_obj/lv_obj.h +++ b/lv_obj/lv_obj.h @@ -29,7 +29,7 @@ #endif #if LV_VDB_SIZE == 0 && LV_ANTIALIAS != 0 -#error "LV: If LV_VDB_SIZE == 0 the antialaissing is not enabled" +#error "LV: If LV_VDB_SIZE == 0 the antialaissing must be disabled" #endif /*New defines*/ diff --git a/lvgl.h b/lvgl.h index e9d324dd4..a34bc5a50 100644 --- a/lvgl.h +++ b/lvgl.h @@ -25,6 +25,7 @@ #include "lv_objx/lv_ta.h" #include "lv_objx/lv_win.h" #include "lv_objx/lv_mbox.h" +#include "lv_objx/lv_gauge.h" #include "lv_app/lv_app.h"