加入国际化(翻译)

This commit is contained in:
不吃油炸鸡
2026-01-28 15:48:59 +08:00
parent 486655f6d3
commit 1c96444084
4 changed files with 319 additions and 0 deletions

View File

@@ -12,6 +12,7 @@ extern "C" {
#include "lvgl.h"
#include "./common/lv_lib_pm.h"
#include "./common/lv_lib_animation.h"
#include "./common/lv_i18n.h"
#include "./ui_helpers.h"
void ui_init(void);