Single Photo displayed on LPC4088

Dependencies:   DMBasicGUI DMSupport

Revision:
0:9140ec6aa604
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/easyGUIFixed/GuiDisplay.h	Fri Jul 28 14:19:12 2017 +0000
@@ -0,0 +1,33 @@
+/* ************************************************************************ */
+/*                                                                          */
+/*                     (C)2004-2014 IBIS Solutions ApS                      */
+/*                            sales@easyGUI.com                             */
+/*                             www.easyGUI.com                              */
+/*                                                                          */
+/*                       easyGUI display driver unit                        */
+/*                               v6.0.23.002                                */
+/*                                                                          */
+/* ************************************************************************ */
+
+#ifndef __GUIDISPLAY_H
+#define __GUIDISPLAY_H
+
+#ifdef __cplusplus /* If this is a C++ compiler, use C linkage */
+extern "C" {
+#endif
+
+#include "GuiConst.h"
+#ifndef GuiConst_CODEVISION_COMPILER
+#include "GuiLib.h"
+#endif
+
+extern void GuiDisplay_Lock (void);
+extern void GuiDisplay_Unlock (void);
+extern void GuiDisplay_Init (void);
+extern void GuiDisplay_Refresh (void);
+
+#ifdef __cplusplus /* If this is a C++ compiler, end C linkage */
+}
+#endif
+
+#endif