comment updates

This commit is contained in:
Gabor Kiss-Vamosi
2020-08-17 09:20:35 +02:00
parent 1815ff4b99
commit 28eb766904
2 changed files with 10 additions and 18 deletions

26
lvgl.h
View File

@@ -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
**********************/