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 BitmapLoader
jmitc91516 0:a5c253316af6 19 // in project file C:\easyGUI Projects\BitmapLoader.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 __GUIFONT_H
jmitc91516 0:a5c253316af6 24 #define __GUIFONT_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 #define GuiFont_CharCnt 1275
jmitc91516 0:a5c253316af6 34 extern const GuiConst_PTR const GuiFont_ChPtrList[GuiFont_CharCnt];
jmitc91516 0:a5c253316af6 35
jmitc91516 0:a5c253316af6 36 // Fonts
jmitc91516 0:a5c253316af6 37 // =====
jmitc91516 0:a5c253316af6 38
jmitc91516 0:a5c253316af6 39 #define GuiFont_DEFAULT_TEXT_FONT 0
jmitc91516 0:a5c253316af6 40
jmitc91516 0:a5c253316af6 41 #define GuiFont_ANSI7 1
jmitc91516 0:a5c253316af6 42 #define GuiFont_ANSI7Bold 2
jmitc91516 0:a5c253316af6 43 #define GuiFont_ANSI7Condensed 3
jmitc91516 0:a5c253316af6 44 #define GuiFont_ANSI9 4
jmitc91516 0:a5c253316af6 45 #define GuiFont_ANSI11 5
jmitc91516 0:a5c253316af6 46 #define GuiFont_ANSI11Condensed 6
jmitc91516 0:a5c253316af6 47 #define GuiFont_ANSI11Light 7
jmitc91516 0:a5c253316af6 48 #define GuiFont_ANSI11AA 8
jmitc91516 0:a5c253316af6 49 #define GuiFont_ANSI13 9
jmitc91516 0:a5c253316af6 50 #define GuiFont_ANSI17AA 10
jmitc91516 0:a5c253316af6 51 #define GuiFont_ANSI19 11
jmitc91516 0:a5c253316af6 52 #define GuiFont_ANSI23AA 12
jmitc91516 0:a5c253316af6 53 #define GuiFont_ANSI24 13
jmitc91516 0:a5c253316af6 54 #define GuiFont_ANSI30 14
jmitc91516 0:a5c253316af6 55 #define GuiFont_Unicode7_14Bold 15
jmitc91516 0:a5c253316af6 56 #define GuiFont_Unicode9_15 16
jmitc91516 0:a5c253316af6 57 #define GuiFont_Unicode11_16 17
jmitc91516 0:a5c253316af6 58
jmitc91516 0:a5c253316af6 59 #define GuiFont_FontCnt 18
jmitc91516 0:a5c253316af6 60 extern const GuiLib_FontRecPtr GuiFont_FontList[GuiFont_FontCnt];
jmitc91516 0:a5c253316af6 61
jmitc91516 0:a5c253316af6 62 extern const GuiConst_INT8U GuiFont_LanguageActive[GuiConst_LANGUAGE_CNT];
jmitc91516 0:a5c253316af6 63
jmitc91516 0:a5c253316af6 64 extern const GuiConst_INT16U GuiFont_LanguageIndex[GuiConst_LANGUAGE_CNT];
jmitc91516 0:a5c253316af6 65
jmitc91516 0:a5c253316af6 66 extern const GuiConst_INT8U GuiFont_LanguageTextDir[GuiConst_LANGUAGE_CNT];
jmitc91516 0:a5c253316af6 67
jmitc91516 0:a5c253316af6 68 extern const GuiConst_INT8U GuiFont_DecimalChar[GuiConst_LANGUAGE_CNT];
jmitc91516 0:a5c253316af6 69
jmitc91516 0:a5c253316af6 70
jmitc91516 0:a5c253316af6 71 // -------------------------- CUSTOM SECTION ---------------------------
jmitc91516 0:a5c253316af6 72
jmitc91516 0:a5c253316af6 73 // My own code is inserted here - edit it in the C code generation window
jmitc91516 0:a5c253316af6 74
jmitc91516 0:a5c253316af6 75 // -----------------------------------------------------------------------
jmitc91516 0:a5c253316af6 76
jmitc91516 0:a5c253316af6 77 #endif
jmitc91516 0:a5c253316af6 78
jmitc91516 0:a5c253316af6 79 // -----------------------------------------------------------------------
jmitc91516 0:a5c253316af6 80
jmitc91516 0:a5c253316af6 81 // My own footer is inserted here - edit it in the C code generation window