📄 bitmap.h
字号:
/***************************************************************************************
* Copyright (c) 2004 ZORAN Corporation, All Rights Reserved
* THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF ZORAN CORPORATION
*
* File: $Workfile: bitmap.h$
*
* Description:
* ========
*
*
*
****************************************************************************************/
#ifndef _bitmap_h_
#define _bitmap_h_
// GuiDev program v. 1,0,0,6
#ifdef D_GUI_OSD_2BPP
extern CONST UINT8 BMP_BG_2_2BPP[];
#endif //D_GUI_OSD_2BPP
#ifdef D_GUI_OSD_2BPP
extern CONST UINT8 BMP_BG_1_2BPP[];
#endif //D_GUI_OSD_2BPP
extern CONST UINT8 BMP_AUDIO[];
extern CONST UINT8 BMP_BG_1[];
extern CONST UINT8 BMP_BG_2[];
extern CONST UINT8 BMP_BG_3[];
extern CONST UINT8 BMP_BG_PUSHED_1[];
extern CONST UINT8 BMP_BG_SLIDE_BAR[];
extern CONST UINT8 BMP_DIRECTORY[];
extern CONST UINT8 BMP_DIRECTORY_UP[];
extern CONST UINT8 BMP_DISC[];
extern CONST UINT8 BMP_FCU[];
extern CONST UINT8 BMP_FG_FOCUS[];
extern CONST UINT8 BMP_FG_MARK_CHECK[];
extern CONST UINT8 BMP_FG_PREV_FOCUS[];
extern CONST UINT8 BMP_HDCD[];
extern CONST UINT8 BMP_LANGUAGE[];
extern CONST UINT8 BMP_LOCK[];
extern CONST UINT8 BMP_MOVIE[];
extern CONST UINT8 BMP_OTHER[];
extern CONST UINT8 BMP_PHOTO[];
extern CONST UINT8 BMP_USB[];
extern CONST UINT8 BMP_VIDEO[];
#ifdef D_BMP_TVG
extern CONST UINT8 BMP_TVG[];
#endif //D_BMP_TVG
extern CONST UINT8 BMP_WMA[];
extern CONST UINT8 BMP_MUSIC[];
#ifdef D_BMP_BG_ALPHA_BLENDED
extern CONST UINT8 BMP_BG_ALPHA_BLENDED[];
#endif //D_BMP_BG_ALPHA_BLENDED
extern CONST UINT8 BMP_BATTERY[];
extern CONST UINT8 BMP_FTA_DEVICE[];
extern CONST UINT8 BMP_FTA_SETUP[];
extern CONST UINT8 BMP_BG_SUBTITLE[];
extern CONST UINT8 BMP_SCREEN_SAVER[];
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -