ugfx/fonts.h

13 lines
207 B
C
Raw Normal View History

2012-05-23 11:29:39 +00:00
#ifndef ASCIILIB_H
#define ASCIILIB_H
#include <string.h>
//#define ASCII_8X16_MS_Gothic
#define ASCII_8X16_System
void GetASCIICode(unsigned char* pBuffer,unsigned char ASCII);
#endif