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 // -------------------------- INCLUDE SECTION --------------------------
jmitc91516 0:9140ec6aa604 23
jmitc91516 0:9140ec6aa604 24 #include "GuiConst.h"
jmitc91516 0:9140ec6aa604 25 #include "GuiLib.h"
jmitc91516 0:9140ec6aa604 26
jmitc91516 0:9140ec6aa604 27 // --------------------- GLOBAL DECLARATION SECTION --------------------
jmitc91516 0:9140ec6aa604 28
jmitc91516 0:9140ec6aa604 29
jmitc91516 0:9140ec6aa604 30 GuiConst_INT16S GuiVarCompInt1;
jmitc91516 0:9140ec6aa604 31 GuiConst_INT16S GuiVarCompInt2;
jmitc91516 0:9140ec6aa604 32 GuiConst_INT16S GuiVarCompInt3;
jmitc91516 0:9140ec6aa604 33 GuiConst_INT16S GuiVarCompInt4;
jmitc91516 0:9140ec6aa604 34 GuiConst_INT16S GuiVarCompInt5;
jmitc91516 0:9140ec6aa604 35
jmitc91516 0:9140ec6aa604 36
jmitc91516 0:9140ec6aa604 37 // -------------------------- CUSTOM SECTION ---------------------------
jmitc91516 0:9140ec6aa604 38
jmitc91516 0:9140ec6aa604 39 // My own code is inserted here - edit it in the C code generation window
jmitc91516 0:9140ec6aa604 40
jmitc91516 0:9140ec6aa604 41 // -----------------------------------------------------------------------
jmitc91516 0:9140ec6aa604 42
jmitc91516 0:9140ec6aa604 43 // My own footer is inserted here - edit it in the C code generation window