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

View File

@@ -1,6 +1,6 @@
/** /**
* @file lv_conf.h * @file lv_conf.h
* Configuration file for LVGL v7.3.0 * Configuration file for v7.3.0
*/ */
/* /*

26
lvgl.h
View File

@@ -10,6 +10,15 @@
extern "C" { extern "C" {
#endif #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 * INCLUDES
*********************/ *********************/
@@ -72,23 +81,6 @@ extern "C" {
#include "src/lv_api_map.h" #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 * MACROS
**********************/ **********************/