1 /*******************************************************************************/
2 /*  This file is auto-generated by Azure RTOS GUIX Studio. Do not edit this    */
3 /*  file by hand. Modifications to this file should only be made by running    */
4 /*  the Azure RTOS GUIX Studio application and re-generating the application   */
5 /*  resource file(s). For more information please refer to the Azure RTOS GUIX */
6 /*  Studio User Guide, or visit our web site at azure.com/rtos                 */
7 /*                                                                             */
8 /*  GUIX Studio Revision 6.1.12.0                                              */
9 /*  Date (dd.mm.yyyy): 25. 8.2022   Time (hh:mm): 18:36                        */
10 /*******************************************************************************/
11 
12 
13 #ifndef _LINE_CHART_MAIN_DISPLAY_RESOURCES_H_
14 #define _LINE_CHART_MAIN_DISPLAY_RESOURCES_H_
15 
16 #include "gx_api.h"
17 
18 /* Display and theme definitions                                               */
19 
20 #define MAIN_DISPLAY 0
21 #define MAIN_DISPLAY_COLOR_FORMAT GX_COLOR_FORMAT_565RGB
22 #define MAIN_DISPLAY_X_RESOLUTION 640
23 #define MAIN_DISPLAY_Y_RESOLUTION 480
24 #define MAIN_DISPLAY_DEFAULT_THEME 0
25 #define MAIN_DISPLAY_THEME_TABLE_SIZE 1
26 
27 /* Language definitions                                                        */
28 
29 #define LANGUAGE_ENGLISH 0
30 #define MAIN_DISPLAY_LANGUAGE_TABLE_SIZE 1
31 
32 /* Color ID definitions                                                        */
33 
34 #define GX_COLOR_ID_WHITE 29
35 #define GX_COLOR_ID_DARK_BLUE 30
36 #define GX_COLOR_ID_GRAY 31
37 #define GX_COLOR_ID_ORANGE 32
38 #define GX_COLOR_ID_LIME 33
39 #define GX_COLOR_ID_PEACH 34
40 #define GX_COLOR_ID_BLACK 35
41 #define GX_COLOR_ID_GRID_COLOR 36
42 #define GX_COLOR_ID_MED_COLOR 37
43 #define GX_COLOR_ID_HIGH_COLOR 38
44 #define GX_COLOR_ID_LOW_COLOR 39
45 #define GX_COLOR_ID_DATA_LINE 40
46 #define GX_COLOR_ID_LABEL_TEXT 41
47 #define GX_COLOR_ID_AXIS_LINE 42
48 #define MAIN_DISPLAY_COLOR_TABLE_SIZE 43
49 
50 /* Font ID definitions                                                         */
51 
52 #define GX_FONT_ID_SMALL 4
53 #define GX_FONT_ID_LARGE_BOLD 5
54 #define GX_FONT_ID_BOLD_ITALIC 6
55 #define MAIN_DISPLAY_FONT_TABLE_SIZE 7
56 
57 /* Pixelmap ID definitions                                                     */
58 
59 #define GX_PIXELMAP_ID_BUTTON_BACK 5
60 #define MAIN_DISPLAY_PIXELMAP_TABLE_SIZE 6
61 
62 /* String Ids                                                                  */
63 
64 #define GX_STRING_ID_STRING_1 1
65 #define GX_STRING_ID_STRING_3 2
66 #define GX_STRING_ID_STRING_4 3
67 #define GX_STRING_ID_STRING_2 4
68 #define GX_STRING_ID_STRING_7 5
69 #define GX_STRING_ID_STRING_9 6
70 #define GX_STRING_ID_STRING_5 7
71 #define GX_STRING_ID_STRING_6 8
72 #define GX_STRING_ID_STRING_8 9
73 #define GX_STRING_ID_STRING_10 10
74 #define GX_STRING_ID_STRING_11 11
75 #define GX_STRING_ID_STRING_12 12
76 #define GX_STRING_ID_STRING_13 13
77 #define GX_STRING_ID_STRING_14 14
78 #define GX_STRING_ID_STRING_15 15
79 #define GX_STRING_ID_STRING_16 16
80 #define GX_STRING_ID_STRING_17 17
81 #define GX_STRING_ID_STRING_18 18
82 #define GX_STRING_ID_STRING_19 19
83 #define MAIN_DISPLAY_STRING_TABLE_SIZE 20
84 
85 #endif                                       /* sentry                         */
86