comment updates
This commit is contained in:
@@ -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
26
lvgl.h
@@ -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
|
||||||
**********************/
|
**********************/
|
||||||
|
|||||||
Reference in New Issue
Block a user