mirror of
https://gitee.com/dlmu-cone/tronone-h7-scaffold
synced 2026-07-24 03:27:45 +08:00
15 lines
248 B
C
15 lines
248 B
C
/**
|
|
* @file lv_version.h
|
|
* The current version of LVGL
|
|
*/
|
|
|
|
#ifndef LV_VERSION_H
|
|
#define LV_VERSION_H
|
|
|
|
#define LVGL_VERSION_MAJOR 9
|
|
#define LVGL_VERSION_MINOR 5
|
|
#define LVGL_VERSION_PATCH 0
|
|
#define LVGL_VERSION_INFO ""
|
|
|
|
#endif /* LV_VERSION_H */
|