mirror of
https://github.com/m5stack/StackChan.git
synced 2026-04-28 03:22:39 +00:00
add remote source code (#12)
Co-authored-by: jyy <jiangyeying@m5stack.com>
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user