📄 uilcd.h
字号:
/*
* 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -