uilcd.h

来自「这个是单片机4200的ui程序」· C头文件 代码 · 共 32 行

H
32
字号
/*
 *  Start of Zoran Standard Header
 *  Copyright (c) 2005 Zoran Corporation
 *  
 *  
 *  All rights reserved.  Proprietary and confidential.
 *  
 *  DESCRIPTION for uilcd.h
 *      LCD interface declarations required by text-only UI handler
 *  
 *  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/uilcd.h
 *  
 *  5/Aug/05 #1  dstrauss Extract from lcd.h
 *  
 *  End of Zoran Standard Header
 */
#ifndef _UILCD_H_
#define _UILCD_H_

API_RET  LcdInit(void);
//Bool     LcdIsInitialized(void);
API_RET  LcdClrLine(Uint8 line);
API_RET  LcdClrScreen(void);
API_RET  LcdDefineChar(Uint8 id, Uint8 *pPattern);
API_RET  LcdChar(Uint8 row, Uint8 col, char c);
API_RET  LcdStr(Uint8 row, Uint8 col, char *s);

#endif /* _UILCD_H_ */

⌨️ 快捷键说明

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