1
0
mirror of https://github.com/azure-rtos/guix.git synced 2025-01-28 07:03:11 +08:00
guix/tutorials/demo_guix_menu/demo_guix_menu_resources.h

63 lines
2.4 KiB
C
Raw Normal View History

2021-04-03 01:05:26 +00:00
/*******************************************************************************/
/* 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 */
/* */
2022-10-26 23:43:10 +00:00
/* GUIX Studio Revision 6.1.12.0 */
/* Date (dd.mm.yyyy): 25. 8.2022 Time (hh:mm): 18:44 */
2021-04-03 01:05:26 +00:00
/*******************************************************************************/
#ifndef _DEMO_GUIX_MENU_MAIN_DISPLAY_RESOURCES_H_
#define _DEMO_GUIX_MENU_MAIN_DISPLAY_RESOURCES_H_
#include "gx_api.h"
/* Display and theme definitions */
#define MAIN_DISPLAY 0
#define MAIN_DISPLAY_COLOR_FORMAT GX_COLOR_FORMAT_32ARGB
#define MAIN_DISPLAY_X_RESOLUTION 240
#define MAIN_DISPLAY_Y_RESOLUTION 320
#define MAIN_DISPLAY_THEME_1 0
#define MAIN_DISPLAY_THEME_TABLE_SIZE 1
/* Language definitions */
#define LANGUAGE_ENGLISH 0
#define MAIN_DISPLAY_LANGUAGE_TABLE_SIZE 1
/* Color ID definitions */
#define GX_COLOR_ID_BLACK 29
#define GX_COLOR_ID_WHITE 30
#define GX_COLOR_ID_GRAY 31
#define GX_COLOR_ID_LIGHT_SLATE_GRAY 32
#define MAIN_DISPLAY_COLOR_TABLE_SIZE 33
/* Font ID definitions */
#define GX_FONT_ID_SMALL 4
#define GX_FONT_ID_TITLE 5
#define MAIN_DISPLAY_FONT_TABLE_SIZE 6
/* Pixelmap ID definitions */
#define GX_PIXELMAP_ID_BUTTON 5
#define GX_PIXELMAP_ID_BUTTON_ACTIVE 6
#define GX_PIXELMAP_ID_MS_AZURE_LOGO_SMALL 7
#define MAIN_DISPLAY_PIXELMAP_TABLE_SIZE 8
/* String Ids */
#define GX_STRING_ID_STRING_1 1
#define GX_STRING_ID_STRING_3 2
#define GX_STRING_ID_STRING_4 3
#define GX_STRING_ID_STRING_5 4
#define GX_STRING_ID_STRING_7 5
#define MAIN_DISPLAY_STRING_TABLE_SIZE 6
#endif /* sentry */