Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: DMBasicGUI DMSupport
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
Generated on Tue Jul 19 2022 00:31:06 by
1.7.2