mapp_uimenudraw.h

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

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

 [Module Name]: MApp_UiMenuDraw.h
 [Date]:        2006/09/04
 [Comment]:
   OSD Menu draw components relative subroutine.
 [Reversion History]:
*******************************************************************************/
#include "MApp_UiMenuDef.h"

#ifndef MAPP_UI_MENU_DRAW_H
#define MAPP_UI_MENU_DRAW_H

#ifdef MAPP_UI_MENU_DRAW_C
#define INTERFACE
#else
#define INTERFACE extern
#endif

#define PROBAR_FLAG_FRAME	0x01
#define PROBAR_FLAG_PLUS	0x02
#define PROBAR_FLAG_MINUS	0x04

INTERFACE U8 u8SpectrumCounter[13];

INTERFACE void MApp_UiMenu_DrawComponents(DrawComponentType *ComponentList, COMPONENT_STATE_TYPE  ComponentState);
INTERFACE void MApp_UiMenu_DrawSpectrumBar(DrawComponentType *ComponentList,U8 u8BarDisplayType,U8 u8BarDisplayMode);

#undef INTERFACE
#endif

⌨️ 快捷键说明

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