Single Photo displayed on LPC4088

Dependencies:   DMBasicGUI DMSupport

easyGUIFixed/GuiDisplay.h

Committer:
jmitc91516
Date:
2017-07-28
Revision:
0:9140ec6aa604

File content as of revision 0:9140ec6aa604:

/* ************************************************************************ */
/*                                                                          */
/*                     (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