不使用最新版本的lvgl

This commit is contained in:
2026-02-24 19:13:27 +08:00
parent f3cb27e168
commit c85dfa31ed
1318 changed files with 642671 additions and 20 deletions
@@ -0,0 +1,14 @@
/**
* @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 */