Select one of the symbols to view example projects that use it.
 
Outline
#define LVGL_VERSION_H
#define LVGL_VERSION_MAJOR
#define LVGL_VERSION_MINOR
#define LVGL_VERSION_PATCH
#define LVGL_VERSION_INFO
Files
loading (2/4)...
SourceVuESP-IDF Framework and Examplesi80_controller samplemanaged_components/lvgl__lvgl/lv_version.h
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
 
 
 
 
 
 
 
 
 
 
 
 
 
 
/** * @file lv_version.h * The current version of LVGL *//* ... */ #ifndef LVGL_VERSION_H #define LVGL_VERSION_H #define LVGL_VERSION_MAJOR 9 #define LVGL_VERSION_MINOR 2 #define LVGL_VERSION_PATCH 2 #define LVGL_VERSION_INFO ""5 defines /* ... */ #endif /* LVGL_VERSION_H */
Details
Show:
from
Types: Columns:
This file uses the notable symbols shown below. Click anywhere in the file to view more details.