Loads bitmaps into QSPI memory for GC500_2_5inch to use.

Dependencies:   DMBasicGUI DMSupport

Committer:
jmitc91516
Date:
Mon Jul 31 15:44:39 2017 +0000
Revision:
0:a5c253316af6
Background and scroll arrow bitmaps added to QSPI memory.

Who changed what in which revision?

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