附录void System_Run(void){switch(System_Mode){case 0 : Main_Interface(); break;case 1 : Check_Interface(); break;case 2 : Menu_Interface(); break;case 3 : SetNowTime_Interface();break;case 4 : SetTime_Interface(); break;case 5 : AddStudent_Interface();break;case 6 : DecStudent_Interface();break;default : break;}}//主界面static void Main_Interface(void){uint8_t Key_Num = KEY_NONE,i;char status;unsigned char TagType[2], SelectedSnr[4]; char Str[20],Str1[20];OLED.Format_Screen(0x00);OLED.S...
发表评论取消回复