?? lcd_ext.h
字號:
/***************************************************************************
* This code and information is provided "as is" without warranty of any *
* kind, either expressed or implied, including but not limited to the *
* implied warranties of merchantability and/or fitness for a particular *
* purpose. *
* *
* Copyright (C) 2006 Teridian Semiconductor Corp. All Rights Reserved. *
***************************************************************************/
//**************************************************************************
// DESCRIPTION: 71M65xx POWER METER - LCD Extended Routines Include.
//
// AUTHOR: MTF
//
// History: See end of file.
//**************************************************************************
// File: LCD_EXT.H
//
void LCD_Mode (uint8_t select); // Display mode number
void LCD_CE_Off (void); // LCD reads "CE OFF".
void LCD_Hello (void); // LCD reads "HELLO".
void LCD_Number_Max (uint32_t d, uint8_t p);
void LCD_Year (uint8_t yy);
void LCD_Month (uint8_t mm);
void LCD_Date (uint8_t dd);
void LCD_Hour (uint8_t hh);
void LCD_Min (uint8_t mm);
void LCD_Sec (uint8_t ss);
void LCD_2COLON (void);
void LCD_4COLON (void);
void LCD_1DP (void);
void LCD_2DP (void);
void LCD_3DP (void);
void LCD_4DP (void);
void LCD_AutoSleep (void);
void LCD_Brownout (void);
void LCD_Heart_Beat (void);
void LCD_kWH (void);
void LCD_kW (void);
void LCD_kVAH (void);
void LCD_kVA (void);
void LCD_kVArH (void);
void LCD_kVAr (void);
void LCD_Amps (void);
void LCD_Volts (void);
void LCD_WH (void);
void LCD_W (void);
void LCD_VAH (void);
void LCD_VA (void);
void LCD_VArH (void);
void LCD_VAr (void);
/***************************************************************************
* History *
* $Log: lcd_ext.h,v $
* Revision 1.4 2006/09/13 21:37:29 gmikef
* *** empty log message ***
*
* Revision 1.1 2006/09/12 02:43:58 gmikef
* *** empty log message ***
*
*
* Copyright (C) 2006 Teridian Semiconductor Corp. All Rights Reserved. *
* this program is fully protected by the United States copyright *
* laws and is the property of Teridian Semiconductor Corporation. *
***************************************************************************/
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -