Introduction - If you have any usage issues, please Google them yourself
int main(void)
{
Key_Init()
LED_Init()
LCD_Init()
Touch_Init()
COM1Init(115200)
LCD_Clear(BLUE)
LCD_String(20,20, Vido play! ,RED)
delay_ms(500)
AVI_play()
while(1)
{
delay_ms(500)
LEDTog(LED1)
}
}