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