John Mitchell / lpc4088_displaymodule_GC500_2_5inch

Dependencies:   DMBasicGUI DMSupport

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers GuiDisplay.h Source File

GuiDisplay.h

00001 /* ************************************************************************ */
00002 /*                                                                          */
00003 /*                     (C)2004-2014 IBIS Solutions ApS                      */
00004 /*                            sales@easyGUI.com                             */
00005 /*                             www.easyGUI.com                              */
00006 /*                                                                          */
00007 /*                       easyGUI display driver unit                        */
00008 /*                               v6.0.23.002                                */
00009 /*                                                                          */
00010 /* ************************************************************************ */
00011 
00012 #ifndef __GUIDISPLAY_H
00013 #define __GUIDISPLAY_H
00014 
00015 #ifdef __cplusplus /* If this is a C++ compiler, use C linkage */
00016 extern "C" {
00017 #endif
00018 
00019 #include "GuiConst.h"
00020 #ifndef GuiConst_CODEVISION_COMPILER
00021 #include "GuiLib.h"
00022 #endif
00023 
00024 extern void GuiDisplay_Lock (void);
00025 extern void GuiDisplay_Unlock (void);
00026 extern void GuiDisplay_Init (void);
00027 extern void GuiDisplay_Refresh (void);
00028 
00029 #ifdef __cplusplus /* If this is a C++ compiler, end C linkage */
00030 }
00031 #endif
00032 
00033 #endif