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

📄 uimisc.h

📁 这个是单片机4200的ui程序
💻 H
字号:
/*
 *  Start of Zoran Standard Header
 *  Copyright (c) 2005 Zoran Corporation
 *  
 *  
 *  All rights reserved.  Proprietary and confidential.
 *  
 *  DESCRIPTION for uimisc.h
 *      Miscellaneous common user interface support functions
 *  
 *  NEW HISTORY COMMENT (description must be followed by a blank line)
 *  <Enter change description here>

 *  ===== HISTORY of changes in //depot/imgeng/sw/se_gw/ui/fs/common/uimisc.h
 *  
 *  5/Aug/05 #2  dstrauss Added UIInitLCD and UIInitKbd
 *  4/Aug/05 #1  dstrauss Created.
 *  
 *  End of Zoran Standard Header
 */


#ifndef _UIMISC_H_
#define _UIMISC_H_

extern void UIHdwInit(void);
extern void FPprintFatalText(char* pText);
extern void UIInitLCD(Uint8 FocusId, Uint8 *FocusData);
extern void UIInitKbd(void);

#endif

⌨️ 快捷键说明

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