Wrapper classes for the emwin library

Dependents:   app_emwin1 app_emwin2_pos lpc4088_ebb_gui_emwin

Committer:
embeddedartists
Date:
Mon Apr 14 08:38:33 2014 +0000
Revision:
1:0b16165ada7c
Parent:
0:316c181e9b65
Initialize uninitialized touchState in EwGui

Who changed what in which revision?

UserRevisionLine numberNew contents of line
embeddedartists 0:316c181e9b65 1
embeddedartists 0:316c181e9b65 2
embeddedartists 0:316c181e9b65 3 #ifndef EMWIN_PORT_H
embeddedartists 0:316c181e9b65 4 #define EMWIN_PORT_H
embeddedartists 0:316c181e9b65 5
embeddedartists 0:316c181e9b65 6 #include "EwGui.h"
embeddedartists 0:316c181e9b65 7
embeddedartists 0:316c181e9b65 8 void ew_registerGuiHandle(EwGui* gui);
embeddedartists 0:316c181e9b65 9
embeddedartists 0:316c181e9b65 10 #endif