diff --git a/lv_conf_template.h b/lv_conf_template.h index 4032f5ab0..b588ffc3f 100644 --- a/lv_conf_template.h +++ b/lv_conf_template.h @@ -1,6 +1,6 @@ /** * @file lv_conf.h - * Configuration file for LVGL v7.3.0 + * Configuration file for v7.3.0 */ /* diff --git a/lvgl.h b/lvgl.h index bc3c00c70..c3190f3a5 100644 --- a/lvgl.h +++ b/lvgl.h @@ -10,6 +10,15 @@ extern "C" { #endif + +/*************************** + * CURRENT VERSION OF LVGL + ***************************/ +#define LVGL_VERSION_MAJOR 7 +#define LVGL_VERSION_MINOR 3 +#define LVGL_VERSION_PATCH 1 +#define LVGL_VERSION_INFO "dev" + /********************* * INCLUDES *********************/ @@ -72,23 +81,6 @@ extern "C" { #include "src/lv_api_map.h" -/********************* - * DEFINES - *********************/ -/*Current version of LVGL*/ -#define LVGL_VERSION_MAJOR 7 -#define LVGL_VERSION_MINOR 3 -#define LVGL_VERSION_PATCH 1 -#define LVGL_VERSION_INFO "dev" - -/********************** - * TYPEDEFS - **********************/ - -/********************** - * GLOBAL PROTOTYPES - **********************/ - /********************** * MACROS **********************/