This commit is contained in:
bmy
2024-03-02 16:17:34 +08:00
parent ee1ef42676
commit 00be00f85f
17 changed files with 646 additions and 313 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);
}
/***************************************************************************************