damon zhang / Mbed OS rt1050_emwin_gui_demo
Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers board.h Source File

board.h

00001 #ifndef _BOARD_H_
00002 #define _BOARD_H_
00003 
00004 /* Initialize the LCD_DISP. */
00005 void BOARD_InitLcd(void);
00006 
00007 void BOARD_InitLcdifPixelClock(void);
00008 
00009 
00010 #endif