更新按键

This commit is contained in:
不吃油炸鸡
2025-12-02 19:24:02 +08:00
parent 1cec3aaa95
commit 29f531fb9f
6 changed files with 25 additions and 19 deletions

View File

@@ -14,7 +14,7 @@ extern "C" {
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);
void ui_chart_page_key_handler(void *key_event);
#ifdef __cplusplus
} /*extern "C"*/