⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 osd_bitmap_enumindex.h

📁 MSTAR03的数码相框的代码
💻 H
字号:
////////////////////////////////////////////////////////////////////////////////
//
// Copyright (c) 2006-2008 MStar Semiconductor, Inc.
// All rights reserved.
//
// Unless otherwise stipulated in writing, any and all information contained
// herein regardless in any format shall remain the sole proprietary of
// MStar Semiconductor Inc. and be kept in strict confidence
// (''MStar Confidential Information'') by the recipient.
// Any unauthorized act including without limitation unauthorized disclosure,
// copying, use, reproduction, sale, distribution, modification, disassembling,
// reverse engineering and compiling of the contents of MStar Confidential
// Information is unlawful and strictly prohibited. MStar hereby reserves the
// rights to any and all damages, losses, costs and expenses resulting therefrom.
//
////////////////////////////////////////////////////////////////////////////////


/////////////////////////////////////////////////////////////////////////////
// This file is automatically generated by SkinTool [Version:0.1.9][Build:Apr 11 2008 20:39:38]
/////////////////////////////////////////////////////////////////////////////


#ifndef _MPLAYER_BITMAP_ENUMINDEX_H
#define _MPLAYER_BITMAP_ENUMINDEX_H

#define MPLAYER_ARGB8888 (0)
#define MPLAYER_ARGB4444 (1)
#define MPLAYER_RGB565 (2)
#define MPLAYER_RGB555 (3)
#define MPLAYER_BLINK (4)
#define MPLAYER_I8 (5)


#define MPLAYER_BITMAP_FORMAT  (MPLAYER_RGB565)

#define MPLAYER_CLRKEY (0xFFFF69FF)

#define MPLAYER_BMP_CLRKEY_LO (0xFFF868F8)
#define MPLAYER_BMP_CLRKEY_HI (0xFFFF6CFF)

#define MPLAYER_CLRKEY_R (0xFF)
#define MPLAYER_CLRKEY_G (0x69)
#define MPLAYER_CLRKEY_B (0xFF)


typedef enum
{
	E_BMP_ZOOM_SEL=0,
	E_BMP_FB=1,
	E_BMP_FB_SEL=2,
	E_BMP_FF=3,
	E_BMP_FF_SEL=4,
	E_BMP_NEXT=5,
	E_BMP_NEXT_SEL=6,
	E_BMP_PAUSE=7,
	E_BMP_PAUSE_SEL=8,
	E_BMP_PRE=9,
	E_BMP_PRE_SEL=10,
	E_BMP_ZOOM=11,
	E_BMP_TITLE_SEL=12,
	E_BMP_ROTATE=13,
	E_BMP_ROTATE_SEL=14,
	E_BMP_TITLE=15,
	E_BMP_BRIGHTNESS=16,
	E_BMP_COLOR=17,
	E_BMP_CONTRAST=18,
	E_BMP_UP_SEL=19,
	E_BMP_DOWN_NORMAL=20,
	E_BMP_DOWN_SEL=21,
	E_BMP_LEFT_NORMAL=22,
	E_BMP_LEFT_SEL=23,
	E_BMP_RIGHT_NORMAL=24,
	E_BMP_RIGHT_SEL=25,
	E_BMP_UP_NORMAL=26,
	E_BMP_FOLDER_ICO=27,
	E_BMP_OTHERS=28,
	E_BMP_IMG_ICO=29,
	E_BMP_MP3_ICO=30,
	E_BMP_ACT_SEL_S=31,
	E_BMP_ACT_SEL=32,
	E_BMP_MORECARD=33,
	E_OSD_BMP_MAX,

} OSDCP_EN_BITMAP_INDEX;

#endif	//_MPLAYER_BITMAP_ENUMINDEX_H

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -