add gd32v eval lcd display support

This commit is contained in:
supowang
2019-10-24 16:07:48 +08:00
parent b5b55cff39
commit 135842b966
11 changed files with 5926 additions and 1 deletions

View File

@@ -3,7 +3,10 @@
#include "gd32vf103.h"
#include "usart.h"
#include "gd32vf103v_eval.h"
#include "gd32vf103v_lcd_eval.h"
#include "touch_panel.h"
#include "picture.h"
void board_init();
#endif //__MCU_INIT_H