add lcd device

This commit is contained in:
2021-08-06 22:33:47 +08:00
parent ac9620673f
commit 7f56a8ef4f
84 changed files with 21618 additions and 31 deletions
+20
View File
@@ -0,0 +1,20 @@
/*
* Main_APP.c
*
* Created on: Aug 6, 2021
* Author: wuwenfeng
*/
#include "LCD.h"
void main_app()
{
LCDx_Init();
while(1)
{
}
}