mirror of
https://github.com/azure-rtos/guix.git
synced 2025-02-04 07:13:17 +08:00
0e6fdbf5ab
Add GUIX regression tests.
62 lines
2.3 KiB
C
62 lines
2.3 KiB
C
/*******************************************************************************/
|
|
/* 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.12.0 */
|
|
/* Date (dd.mm.yyyy): 25. 8.2022 Time (hh:mm): 18:35 */
|
|
/*******************************************************************************/
|
|
|
|
|
|
#ifndef _GLYPH_DRAW_DISPLAY_1_RESOURCES_H_
|
|
#define _GLYPH_DRAW_DISPLAY_1_RESOURCES_H_
|
|
|
|
#include "gx_api.h"
|
|
|
|
#if !defined(GX_UTF8_SUPPORT)
|
|
#error "The symbol GX_UTF8_SUPPORT must be defined to support the Studio project settings".
|
|
#endif
|
|
|
|
/* Display and theme definitions */
|
|
|
|
#define DISPLAY_1 0
|
|
#define DISPLAY_1_COLOR_FORMAT GX_COLOR_FORMAT_565RGB
|
|
#define DISPLAY_1_X_RESOLUTION 640
|
|
#define DISPLAY_1_Y_RESOLUTION 480
|
|
#define DISPLAY_1_THEME_1 0
|
|
#define DISPLAY_1_THEME_TABLE_SIZE 1
|
|
|
|
/* 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 GX_FONT_ID_NOTOSANSHANS 4
|
|
#define GX_FONT_ID_ARABIC 5
|
|
#define GX_FONT_ID_TAHI 6
|
|
#define DISPLAY_1_FONT_TABLE_SIZE 7
|
|
|
|
/* Pixelmap ID definitions */
|
|
|
|
#define DISPLAY_1_PIXELMAP_TABLE_SIZE 5
|
|
|
|
/* String Ids */
|
|
|
|
#define GX_STRING_ID_TEST_STRING_1 1
|
|
#define GX_STRING_ID_TEST_STRING_2 2
|
|
#define GX_STRING_ID_TEST_STRING_3 3
|
|
#define GX_STRING_ID_STRING_1 4
|
|
#define GX_STRING_ID_TEST_STRING_ARABIC 5
|
|
#define GX_STRING_ID_TEST_STRING_THAI 6
|
|
#define DISPLAY_1_STRING_TABLE_SIZE 7
|
|
|
|
#endif /* sentry */
|