/** Graphics Data definition. Graphics Data definition. @file GxData.h @ingroup mIGxgfx @note Nothing IMAGE : Image BITMAP : Image with Bitmap type object, contain memory for bitmap image (WORD align) ICON : Image with Icon type object, contain memory for icon image (bit-compacted) JPEG : Image with Jpeg stream type object, contain memory for jpeg stream image (only for Blt) STRING : String TCHAR : General string WCHAR : Wide char (2-byte) string Copyright Novatek Microelectronics Corp. 2012. All rights reserved. */ /* */ #ifndef _GX_DATA_H_ #define _GX_DATA_H_ #include "GxGfx/GxGfx.h" #include "kwrap/platform.h" #ifdef __cplusplus extern "C" { #endif /** @addtogroup mIGxgfx */ //@{ //GxData feature: #define GX_SUPPORT_WCHAR 1 ///dc); } //-------------------------------------------------------------------------------------- // type - string //-------------------------------------------------------------------------------------- //char types: typedef unsigned short WCHAR; ///<16-bits char typedef CHAR TCHAR; ///<8-bits char typedef WCHAR TCHAR_VALUE; /// #define FMT_WCHAR ((WCHAR)(0xFEFF)) ///