| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162 |
- /*******************************************************************************/
- /* This file is auto-generated by Azure RTOS GUIX Studio. Do not edit this */
- /* file by hand. Modifications to this file should only be made by running */
- /* the Azure RTOS GUIX Studio application and re-generating the application */
- /* resource file(s). For more information please refer to the Azure RTOS GUIX */
- /* Studio User Guide, or visit our web site at azure.com/rtos */
- /* */
- /* GUIX Studio Revision 6.1.0.0 */
- /* Date (dd.mm.yyyy): 24.11.2020 Time (hh:mm): 22:29 */
- /*******************************************************************************/
- #ifndef _GUIAPP_DISPLAY_1_RESOURCES_H_
- #define _GUIAPP_DISPLAY_1_RESOURCES_H_
- #include "gx_api.h"
- /* Display and theme definitions */
- #define DISPLAY_1 0
- #define DISPLAY_1_COLOR_FORMAT GX_COLOR_FORMAT_MONOCHROME
- #define DISPLAY_1_X_RESOLUTION 128
- #define DISPLAY_1_Y_RESOLUTION 128
- #define DISPLAY_1_THEME_1 0
- #define DISPLAY_1_THEME_2 1
- #define DISPLAY_1_THEME_TABLE_SIZE 2
- /* Language definitions */
- #define LANGUAGE_ENGLISH 0
- #define DISPLAY_1_LANGUAGE_TABLE_SIZE 1
- /* Color ID definitions */
- #define DISPLAY_1_COLOR_TABLE_SIZE 29
- /* Font ID definitions */
- #define DISPLAY_1_FONT_TABLE_SIZE 4
- /* Pixelmap ID definitions */
- #define GX_PIXELMAP_ID_QQ__20201124221312 5
- #define GX_PIXELMAP_ID_YXYL_LOGO 6
- #define DISPLAY_1_PIXELMAP_TABLE_SIZE 7
- /* String Ids */
- #define GX_STRING_ID_STRING_1 1
- #define GX_STRING_ID_STRING_2 2
- #define GX_STRING_ID_STRING_3 3
- #define GX_STRING_ID_STRING_4 4
- #define GX_STRING_ID_STRING_5 5
- #define GX_STRING_ID_STRING_6 6
- #define GX_STRING_ID_STRING_7 7
- #define GX_STRING_ID_STRING_8 8
- #define GX_STRING_ID_STRING_9 9
- #define GX_STRING_ID_STRING_10 10
- #define GX_STRING_ID_STRING_11 11
- #define DISPLAY_1_STRING_TABLE_SIZE 12
- #endif /* sentry */
|