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

📄 mapp_uimenudraw.h

📁 mstar 776 开发的车载dvd
💻 H
字号:
/******************************************************************************
 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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -