Single Photo displayed on LPC4088

Dependencies:   DMBasicGUI DMSupport

Committer:
jmitc91516
Date:
Fri Jul 28 14:19:12 2017 +0000
Revision:
0:9140ec6aa604
Simple application that displays a single photograph on the LPC4088 display.

Who changed what in which revision?

UserRevisionLine numberNew contents of line
jmitc91516 0:9140ec6aa604 1 // My own header is inserted here - edit it in the C code generation window
jmitc91516 0:9140ec6aa604 2
jmitc91516 0:9140ec6aa604 3 // -----------------------------------------------------------------------
jmitc91516 0:9140ec6aa604 4 //
jmitc91516 0:9140ec6aa604 5 // *** ATTENTION ***
jmitc91516 0:9140ec6aa604 6 //
jmitc91516 0:9140ec6aa604 7 // This file is maintained by the easyGUI Graphical User Interface
jmitc91516 0:9140ec6aa604 8 // program. Modifications should therefore not be made directly in
jmitc91516 0:9140ec6aa604 9 // this file, as the changes will be lost next time easyGUI creates
jmitc91516 0:9140ec6aa604 10 // the file.
jmitc91516 0:9140ec6aa604 11 //
jmitc91516 0:9140ec6aa604 12 // *** ATTENTION ***
jmitc91516 0:9140ec6aa604 13 //
jmitc91516 0:9140ec6aa604 14 // -----------------------------------------------------------------------
jmitc91516 0:9140ec6aa604 15
jmitc91516 0:9140ec6aa604 16 //
jmitc91516 0:9140ec6aa604 17 // Generated by easyGUI version 6.0.9.005
jmitc91516 0:9140ec6aa604 18 // Generated for project SinglePhoto
jmitc91516 0:9140ec6aa604 19 // in project file C:\Single Photo EasyGUI Application\SinglePhoto.gui
jmitc91516 0:9140ec6aa604 20 //
jmitc91516 0:9140ec6aa604 21
jmitc91516 0:9140ec6aa604 22 // Ensure that this header file is only included once
jmitc91516 0:9140ec6aa604 23 #ifndef __GUIVAR_H
jmitc91516 0:9140ec6aa604 24 #define __GUIVAR_H
jmitc91516 0:9140ec6aa604 25
jmitc91516 0:9140ec6aa604 26 // -------------------------- INCLUDE SECTION --------------------------
jmitc91516 0:9140ec6aa604 27
jmitc91516 0:9140ec6aa604 28 #include "GuiConst.h"
jmitc91516 0:9140ec6aa604 29 #include "GuiLib.h"
jmitc91516 0:9140ec6aa604 30
jmitc91516 0:9140ec6aa604 31 // --------------------- GLOBAL DECLARATION SECTION --------------------
jmitc91516 0:9140ec6aa604 32
jmitc91516 0:9140ec6aa604 33 // Positions
jmitc91516 0:9140ec6aa604 34 // =========
jmitc91516 0:9140ec6aa604 35
jmitc91516 0:9140ec6aa604 36
jmitc91516 0:9140ec6aa604 37 // Variables
jmitc91516 0:9140ec6aa604 38 // =========
jmitc91516 0:9140ec6aa604 39
jmitc91516 0:9140ec6aa604 40
jmitc91516 0:9140ec6aa604 41 extern GuiConst_INT16S GuiVarCompInt1;
jmitc91516 0:9140ec6aa604 42 extern GuiConst_INT16S GuiVarCompInt2;
jmitc91516 0:9140ec6aa604 43 extern GuiConst_INT16S GuiVarCompInt3;
jmitc91516 0:9140ec6aa604 44 extern GuiConst_INT16S GuiVarCompInt4;
jmitc91516 0:9140ec6aa604 45 extern GuiConst_INT16S GuiVarCompInt5;
jmitc91516 0:9140ec6aa604 46
jmitc91516 0:9140ec6aa604 47
jmitc91516 0:9140ec6aa604 48 // -------------------------- CUSTOM SECTION ---------------------------
jmitc91516 0:9140ec6aa604 49
jmitc91516 0:9140ec6aa604 50 // My own code is inserted here - edit it in the C code generation window
jmitc91516 0:9140ec6aa604 51
jmitc91516 0:9140ec6aa604 52 // -----------------------------------------------------------------------
jmitc91516 0:9140ec6aa604 53
jmitc91516 0:9140ec6aa604 54 #endif
jmitc91516 0:9140ec6aa604 55
jmitc91516 0:9140ec6aa604 56 // -----------------------------------------------------------------------
jmitc91516 0:9140ec6aa604 57
jmitc91516 0:9140ec6aa604 58 // My own footer is inserted here - edit it in the C code generation window