RT1050 GUI demo using emWin library

Revision:
0:dd702039127a
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/source/board.h	Thu Sep 20 19:16:34 2018 +0000
@@ -0,0 +1,10 @@
+#ifndef _BOARD_H_
+#define _BOARD_H_
+
+/* Initialize the LCD_DISP. */
+void BOARD_InitLcd(void);
+
+void BOARD_InitLcdifPixelClock(void);
+
+
+#endif
\ No newline at end of file