📄 mapp_uimenudraw.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 + -