From 8e9dbf6d122999cab02d74b660e0a5fe35ca1530 Mon Sep 17 00:00:00 2001 From: Gabor Kiss-Vamosi Date: Thu, 8 Apr 2021 13:02:54 +0200 Subject: [PATCH] fix(lvgl.h) do not include lv_examples.h to keep the API cleaner --- lvgl.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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 *********************/