GLCD Library

Revision:
0:042c996f9c02
diff -r 000000000000 -r 042c996f9c02 AsciiLib.h
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/AsciiLib.h	Thu May 06 17:34:41 2021 +0000
@@ -0,0 +1,44 @@
+/****************************************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
+*********************************************************************************************************/
+
+
+
+