From f85741be300552b098599f204965539babced9ee Mon Sep 17 00:00:00 2001 From: Kiss-Vamosi Gabor Date: Mon, 9 Jan 2017 18:09:28 +0100 Subject: [PATCH] lv_gauge: basics are added --- lv_obj/lv_obj.h | 2 +- lvgl.h | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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"