📄 menu_var.c
字号:
/***********************************************************************/
/* File: */
/* Copyright (c) 2000 ZORAN Corporation, All Rights Reserved */
/* THIS IS PROPRIETARY SOURCE CODE OF ZORAN CORPORATION */
/* */
/* =========== */
/* Descripton: */
/* =========== */
/* */
/* Log: */
/* === */
/* $Name: V_1_16 V_1_15 V_1_14 V_1_13 V_1_12 NV_1_00 V_1_11 $
/* $Header: v:/dsg/rcs/dsg/vp2k/Customer/menu/zoran/menu_var.c 1.11 2001/06/06 06:15:09 dingming Exp $
/* $Log: menu_var.c $
/* Revision 1.11 2001/06/06 06:15:09 dingming
/* font 32X24 complile
/* Revision 1.10 2000/11/17 18:54:14 charlie
/* Use C_FOCUSED
/* Revision 1.9 2000/11/09 04:07:32 cliff
/***********************************************************************/
#include "sysdefs.h"
#include "menu_var.h"
MS_SCREEN *screen;
MS_DIALOG *dialog_box;
MS_CHOICE *choice1, *choice2, *choice3, *choice4, *choice5, *choice6, *choice7, *choice8;
MS_EDIT *edit;
MS_PASSWORD *mspwPassword;
MS_TIME *mstTime;
char password[5];
UNION_MS gu_ms;
const OSD_Palette MenuBitmapColor[16] = {
/* Transparent */
/* 0x0 */ OSD_TRANSP_VIDEO_ONLY ,0x00,0x00,0x00,
/* Main screen background */
/* 0x1 */ OSD_TRANSP_HALF_VIDEO ,0x10,0x80,0x80,
/* Font Color */
/* 0x2 */ OSD_TRANSP_OSD_ONLY ,0xFF,0x80,0x80,
/* Dialog background color */
/* 0x3 */ OSD_TRANSP_HALF_VIDEO ,0x10,0x80,0x80,
/* Bar Button backgound */
#ifdef FONT32X24 //DM0605
/* 0x4 */ OSD_TRANSP_OSD_ONLY ,0x42,0x86,0x6c,//,0x0F,0xC0,0x76,
#else
/* 0x4 */ OSD_TRANSP_OSD_ONLY ,0x0F,0xC0,0x76,
#endif
/* Bar Button Activate and Focus color */
#ifdef FONT32X24 //DM0605
/* 0x5 */ OSD_TRANSP_OSD_ONLY ,0x7b,0x8b,0x5b,//,0x80,0xFF,0x6B,
#else
/* 0x5 */ OSD_TRANSP_OSD_ONLY ,0x80,0xFF,0x6B,
#endif
/* Button focus and activate */
#ifdef FONT32X24 //DM0605
/* 0x6 */ OSD_TRANSP_HALF_VIDEO ,0x7b,0x8b,0x5b,//,0x30,0xFF,0x6B,
#else
/* 0x6 */ OSD_TRANSP_HALF_VIDEO ,0x30,0xFF,0x6B,
#endif
/* Static text background */
/* 0x7 */ OSD_TRANSP_HALF_VIDEO ,0x10,0x80,0x80,
/* White */
/* 0x8 */ OSD_TRANSP_OSD_ONLY ,0xFF,0x80,0x80,
/* Red not bright */
/* 0x9 */ OSD_TRANSP_OSD_ONLY ,0x84,0x62,0xD8,
/* Grey Bright */
/* 0x9 */ /* OSD_TRANSP_OSD_ONLY ,0xC0,0x80,0x80, */
/* Red */
/* 0xA */ OSD_TRANSP_OSD_ONLY ,0x4C,0x55,0xFF,
/* Yellow */
/* 0xB */ OSD_TRANSP_OSD_ONLY ,0xE2,0x01,0x95,
/* Green */
/* 0xC */ OSD_TRANSP_OSD_ONLY ,0x96,0x2C,0x15,
/* Turquoise */
/* 0xD */ OSD_TRANSP_OSD_ONLY ,0x1D,0xFF,0x6B,
/* Blue */
/* 0xE */ OSD_TRANSP_OSD_ONLY ,0x30,0xF5,0x8B,
/* Black */
/* 0xF */ OSD_TRANSP_OSD_ONLY ,0x00,0x80,0x80,
/* Violet */
/* 0xF */ /* OSD_TRANSP_OSD_ONLY ,0x69,0xD4,0xEB */
};
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -