diff --git a/lvgl.h b/lvgl.h index 59ec15670..5cf72e160 100644 --- a/lvgl.h +++ b/lvgl.h @@ -16,7 +16,7 @@ extern "C" { #define LVGL_VERSION_MAJOR 8 #define LVGL_VERSION_MINOR 0 #define LVGL_VERSION_PATCH 0 -#define LVGL_VERSION_INFO "" +#define LVGL_VERSION_INFO "dev" /********************* * INCLUDES @@ -72,8 +72,6 @@ extern "C" { #include "src/extra/layouts/lv_layouts.h" #include "src/extra/themes/lv_themes.h" -#include "examples/lv_examples.h" - /********************* * DEFINES *********************/