feat: 实现设置页面及其功能
This commit is contained in:
@@ -1,4 +1,13 @@
|
||||
#pragma once
|
||||
|
||||
#include "lvgl.h"
|
||||
|
||||
/* UI event callbacks declared in ui_events.h are implemented in ui_handlers.c */
|
||||
void ui_handlers_init(void);
|
||||
|
||||
void settings_on_tab_clicked(lv_event_t *e);
|
||||
void settings_on_save_clicked(lv_event_t *e);
|
||||
void settings_on_factory_reset(lv_event_t *e);
|
||||
void settings_on_brightness_changed(lv_event_t *e);
|
||||
void settings_on_value_changed(lv_event_t *e);
|
||||
void settings_on_network_scan_clicked(lv_event_t *e);
|
||||
|
||||
Reference in New Issue
Block a user