1. 花了几天时间基于lvgl8.3封装了lvgl_cpp,写了一些基本需要的控件,支持链式调用
还存在一点点bug,不难fix 2. 增加了中文字库,支持中文显示 3. 修复和优化了一些地方
This commit is contained in:
@@ -24,6 +24,8 @@ extern float BAT_analogVolts;
|
||||
void BAT_Init(void);
|
||||
float BAT_Get_Volts(void);
|
||||
|
||||
int32_t BAT_Get_Percent(void);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
Reference in New Issue
Block a user