mapp_uimenutext.h

来自「mstar 776 开发的车载dvd」· C头文件 代码 · 共 47 行

H
47
字号
/******************************************************************************
 Copyright (c) 2006 MStar Semiconductor, Inc.
 All rights reserved.

 [Module Name]: Mapp_UiMenuText.h
 [Date]:        2006/09/04
 [Comment]:
   OSD String definition.
 [Reversion History]:
*******************************************************************************/

// applied french and spanish by candy on 2006/12/14
#include "Sysinfo.h"

//for new OSD
// applied french and spanish by candy on 2006/12/14
// Symbol Menu
U8 code strNUll[] =
{
    "\x00\x20\x00\x00"
};

U8* code str_number_string[] =
{
    {"\x00\x30\x00"},
    {"\x00\x31\x00"},
    {"\x00\x32\x00"},
    {"\x00\x33\x00"},
    {"\x00\x34\x00"},
    {"\x00\x35\x00"},
    {"\x00\x36\x00"},
    {"\x00\x37\x00"},
    {"\x00\x38\x00"},
    {"\x00\x39\x00"},
};

U8* code strMonthCal[12] =
{
    "\x00\x4a\x00\x61\x00\x6e\x00", "\x00\x46\x00\x65\x00\x62\x00",
    "\x00\x4d\x00\x61\x00\x72\x00", "\x00\x41\x00\x70\x00\x72\x00",
    "\x00\x4d\x00\x61\x00\x79\x00", "\x00\x4a\x00\x75\x00\x6e\x00",
    "\x00\x4a\x00\x75\x00\x6c\x00", "\x00\x41\x00\x75\x00\x67\x00",
    "\x00\x53\x00\x65\x00\x70\x00", "\x00\x4f\x00\x63\x00\x74\x00",
    "\x00\x4e\x00\x6f\x00\x76\x00", "\x00\x44\x00\x65\x00\x63\x00"
};

⌨️ 快捷键说明

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