示例#1
0
int main(void){
	SystemInit();
  	UB_STemWIN_init();
  	MainTask();
	/* Program never will reach bellow this point until emWin terminates! */
 	while(1){
 	}
}
示例#2
0
文件: main.c 项目: qpmr/dif
int main(void)
{
  BUTTON_Handle hButton;

  SystemInit(); 

  UB_STemWIN_init();


  GUI_SetFont(GUI_FONT_20F_ASCII);




  while(1)
  {
	 
  }
}