feat:完成ui设计

This commit is contained in:
2024-02-24 15:06:30 +08:00
parent 27c50ceea8
commit bdd69e2e59
11 changed files with 364 additions and 206 deletions

View File

@@ -5,8 +5,6 @@
#define LINE_HEAD 11
#define LINE_END 16
static char Text[] = "RealTime Image";
static int8_t Curser = LINE_HEAD; // 定义光标位置
static int8_t Curser_Last = LINE_HEAD; // 定义光标位置
/***************************************************************************************
@@ -81,7 +79,7 @@ static void Event(page_event event)
*/
void PageRegister_page_rtcam(unsigned char pageID)
{
Page_Register(pageID, Text, Setup, Loop, Exit, Event);
Page_Register(pageID, Setup, Loop, Exit, Event);
}
/***************************************************************************************