uilcdnew.h

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

H
34
字号
/******************************************************************************
*         Copyright (c) 2006 Primax Corporation,Ltd. All rights reserved.
*
* Author:            Junny Fu
*
* Description:       
*
* Revision History:
* Date      Author   Description

******************************************************************************/

#ifndef __LCD_new
#define __LCD_new

#include "standard.h"

#define LCD_LINE_MAX				16
#define NEWPANELDRIVER

API_RET DisplayLCD(Uint8 line, char * string, Uint8 aligntype,Bool arrow);
API_RET	LCDStringOut(Uint8 y,Uint8 x,char* pString, Uint8 charnum);
API_RET LCDCharOut(Uint8 y, Uint8 x, char ch);
API_RET LCDCursorPos(Uint8 y, Uint8 x);
API_RET LCDDisplayClear(void);
API_RET LCDInit(void);
API_RET LCDCursorOff(void);
API_RET LCDCursorOn(void);



#endif

⌨️ 快捷键说明

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