添加chart page,但是表的页面切换很卡

This commit is contained in:
不吃油炸鸡
2025-10-07 10:29:31 +08:00
parent f5b72bee14
commit a9988c46b3
3 changed files with 342 additions and 1 deletions

View File

@@ -0,0 +1,24 @@
// This file was generated by SquareLine Studio
// SquareLine Studio version: SquareLine Studio 1.5.3
// LVGL version: 9.2.2
// Project name: PowerPico
#ifndef UI_CHARTPAGE_H
#define UI_CHARTPAGE_H
#ifdef __cplusplus
extern "C" {
#endif
// SCREEN: ui_ChartPage
extern void ui_ChartPage_screen_init(void);
extern void ui_ChartPage_screen_destroy(void);
extern lv_obj_t * ui_ChartPage;
void ui_chart_page_key_handler(uint8_t key_id);
#ifdef __cplusplus
} /*extern "C"*/
#endif
#endif