Out-of-office display, GFX
 All Classes Files Functions Variables Enumerations Enumerator Groups
externalResources.h
1 /*****************************************************************************
2  * FileName: externalResources.h
3  * Processor: PIC24F, PIC24H, dsPIC
4  * Compiler: MPLAB C30/XC16 (see release notes for tested revision)
5  * Linker: MPLAB LINK30/XC16
6  * Company: Microchip Technology, Inc.
7  *
8  * Software License Agreement
9  *
10  * Copyright(c) 2012 Microchip Technology Inc. All rights reserved.
11  * Microchip licenses to you the right to use, modify, copy and distribute
12  * Software only when embedded on a Microchip microcontroller or digital
13  * signal controller, which is integrated into your product or third party
14  * product (pursuant to the sublicense terms in the accompanying license
15  * agreement).
16  *
17  * You should refer to the license agreement accompanying this Software
18  * for additional information regarding your rights and obligations.
19  *
20  * SOFTWARE AND DOCUMENTATION ARE PROVIDED “AS IS” WITHOUT WARRANTY OF ANY
21  * KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION, ANY WARRANTY
22  * OF MERCHANTABILITY, TITLE, NON-INFRINGEMENT AND FITNESS FOR A PARTICULAR
23  * PURPOSE. IN NO EVENT SHALL MICROCHIP OR ITS LICENSORS BE LIABLE OR
24  * OBLIGATED UNDER CONTRACT, NEGLIGENCE, STRICT LIABILITY, CONTRIBUTION,
25  * BREACH OF WARRANTY, OR OTHER LEGAL EQUITABLE THEORY ANY DIRECT OR INDIRECT
26  * DAMAGES OR EXPENSES INCLUDING BUT NOT LIMITED TO ANY INCIDENTAL, SPECIAL,
27  * INDIRECT, PUNITIVE OR CONSEQUENTIAL DAMAGES, LOST PROFITS OR LOST DATA,
28  * COST OF PROCUREMENT OF SUBSTITUTE GOODS, TECHNOLOGY, SERVICES, OR ANY
29  * CLAIMS BY THIRD PARTIES (INCLUDING BUT NOT LIMITED TO ANY DEFENSE THEREOF),
30  * OR OTHER SIMILAR COSTS.
31  *
32  *
33  *~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
34  * AUTO-GENERATED CODE: Graphics Resource Converter version: 3.28.15
35  *****************************************************************************/
36 
37 #ifndef EXTERNALRESOURCES_H_FILE
38 #define EXTERNALRESOURCES_H_FILE
39 /*****************************************************************************
40  * SECTION: Includes
41  *****************************************************************************/
42 #include <Graphics/Graphics.h>
43 #include "HardwareProfile.h"
44 
45 /*****************************************************************************
46  * SECTION: Graphics Library Firmware Check
47  *****************************************************************************/
48 #if(GRAPHICS_LIBRARY_VERSION != 0x0306)
49 #warning "It is suggested to use Graphics Library version 3.06 with this version of GRC."
50 #endif
51 
52 
53 
54 
55 
56 /*****************************************************************************
57  * SECTION: Fonts
58  *****************************************************************************/
59 
60 /*********************************
61  * Installed Font Structure
62  * Label: DejaVu_Sans_12
63  * Description: Height: 15 pixels, 1 bit per pixel, Range: ' ' to 'ÿ'
64  ***********************************/
65 extern const FONT_FLASH DejaVu_Sans_12;
66 #define DejaVu_Sans_12_SIZE (5517)
67 #endif
68