ugfx/fonts.h
2012-06-01 11:46:30 +02:00

13 lines
207 B
C

#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