Inkycal/inkycal/display/drivers/9_in_7_drivers/IT8951/AsciiLib.h

11 lines
147 B
C

#ifndef __AsciiLib_H
#define __AsciiLib_H
#include <stdint.h>
#include <string.h>
void GetASCIICode(uint8_t* pBuffer,uint8_t ASCII);
#endif