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