?? lcd_symbols.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: 71M652x - LCD Symbols.h
//
// AUTHOR: MTF
//
// HISTORY: see end of file.
//***************************************************************************
// File: LCD_SYMBOLS.H
//
#ifndef _LCD_SYMBOLS
#define _LCD_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
//***************************************************************************
//* LCD SYMBOLS
//***************************************************************************
/////////////////////////////////////////////////////////////////////////////
// Generic LCD Symbols include file.
// Generic displays have all these icons.
//
enum eMASK {
ZERO = 0x3F, ONE = 0x06, TWO = 0x5B, THREE = 0x4F, FOUR = 0x66,
FIVE = 0x6D, SIX = 0x7C, SEVEN = 0x07, EIGHT = 0x7F, NINE = 0x67,
BLANK= 0x00, MINUS = 0x40, OVERFLOW = 0x49,
DP_0 = 0x00, DP_1 = 0x01, DP_2 = 0x02, DP_3 = 0x04,
DP_4 = 0x08, DP_5 = 0x10, DP_6 = 0x20, DP_7 = 0x40, DP_ALL = 0x7F,
L_0 = 0x00, L_2 = 0x01, L_4 = 0x02, L_6 = 0x04, L_ALL = 0x07,
L_TIME = 0x03
};
enum eALPHABET {ALPHA_A = 0x77, ALPHA_B = 0x00, ALPHA_C = 0x39, ALPHA_D = 0x00,
ALPHA_E = 0x79, ALPHA_F = 0x71, ALPHA_G = 0x6F, ALPHA_H = 0x76,
ALPHA_I = 0x06, ALPHA_J = 0x0E, ALPHA_K = 0x00, ALPHA_L = 0x38,
ALPHA_M = 0x00, ALPHA_N = 0x37, ALPHA_O = 0x3F, ALPHA_P = 0x73,
ALPHA_Q = 0x00, ALPHA_R = 0x00, ALPHA_S = 0x6D, ALPHA_T = 0x00,
ALPHA_V = 0x00, ALPHA_U = 0x3E, ALPHA_W = 0x00, ALPHA_X = 0x00,
ALPHA_Y = 0x00, ALPHA_Z = 0x00 };
enum eICON {
iDIGIT1, iDIGIT2, iDIGIT3, iDIGIT4, iDIGIT5, iDIGIT6, iDIGIT7, iDIGIT8,
iDPS, iCOLONS
};
/***************************************************************************
* History *
* $Log: lcd_symbols.h,v $
* Revision 1.2 2006/09/14 00:35:46 tvander
* substitute spaces for tabs
*
* Revision 1.1 2006/09/08 07:36:03 Michael T. Fischer
* *** 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. *
***************************************************************************/
#endif /* lcd_symbols.h */
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -