add remote source code

This commit is contained in:
jyy
2026-03-25 11:53:49 +08:00
parent 605b575fcc
commit c0f2342667
29 changed files with 10886 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
#ifndef UI_H
#define UI_H
#include "esp_log.h"
#include "lvgl.h"
#include "freertos/FreeRTOS.h"
#include "freertos/task.h"
#include "ui_setup_screen.h"
#include "ui_running_screen.h"
#include "ui_imu_screen.h"
void ui_init();
void switch_screen(int screen_id);
#endif