GLCD Library

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers AsciiLib.h Source File

AsciiLib.h

00001 /****************************************Copyright (c)**************************************************                         
00002 **
00003 **                                 http://www.powermcu.com
00004 **
00005 **--------------File Info-------------------------------------------------------------------------------
00006 ** File name:           AsciiLib.h
00007 ** Descriptions:        None
00008 **
00009 **------------------------------------------------------------------------------------------------------
00010 ** Created by:          AVRman
00011 ** Created date:        2010-11-2
00012 ** Version:             1.0
00013 ** Descriptions:        The original version
00014 **
00015 **------------------------------------------------------------------------------------------------------
00016 ** Modified by:         
00017 ** Modified date:   
00018 ** Version:
00019 ** Descriptions:        
00020 ********************************************************************************************************/
00021 
00022 #ifndef __AsciiLib_H
00023 #define __AsciiLib_H  
00024 
00025 /* Includes ------------------------------------------------------------------*/
00026 #include <string.h>
00027 
00028 /* Private define ------------------------------------------------------------*/
00029 //#define  ASCII_8X16_MS_Gothic
00030 #define  ASCII_8X16_System
00031 
00032 /* Private function prototypes -----------------------------------------------*/
00033 void GetASCIICode(unsigned char* pBuffer,unsigned char ASCII);
00034 
00035 #endif 
00036 
00037 
00038 /*********************************************************************************************************
00039       END FILE
00040 *********************************************************************************************************/
00041 
00042 
00043 
00044