GLCD Library

AsciiLib.h

Committer:
montie97
Date:
2021-05-06
Revision:
0:042c996f9c02

File content as of revision 0:042c996f9c02:

/****************************************Copyright (c)**************************************************                         
**
**                                 http://www.powermcu.com
**
**--------------File Info-------------------------------------------------------------------------------
** File name:			AsciiLib.h
** Descriptions:		None
**
**------------------------------------------------------------------------------------------------------
** Created by:			AVRman
** Created date:		2010-11-2
** Version:				1.0
** Descriptions:		The original version
**
**------------------------------------------------------------------------------------------------------
** Modified by:			
** Modified date:	
** Version:
** Descriptions:		
********************************************************************************************************/

#ifndef __AsciiLib_H
#define __AsciiLib_H  

/* Includes ------------------------------------------------------------------*/
#include <string.h>

/* Private define ------------------------------------------------------------*/
//#define  ASCII_8X16_MS_Gothic
#define  ASCII_8X16_System

/* Private function prototypes -----------------------------------------------*/
void GetASCIICode(unsigned char* pBuffer,unsigned char ASCII);

#endif 


/*********************************************************************************************************
      END FILE
*********************************************************************************************************/