EmbeddedArtists AB / ewgui

Dependents:   app_emwin1 app_emwin2_pos lpc4088_ebb_gui_emwin

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers emwin_port.h Source File

emwin_port.h

00001 
00002 
00003 #ifndef EMWIN_PORT_H
00004 #define EMWIN_PORT_H
00005 
00006 #include "EwGui.h"
00007 
00008 void ew_registerGuiHandle(EwGui* gui);
00009 
00010 #endif