nmpp
iPrint.h
1
2//
3//
4// NMPP library
5//
6// Copyright (c) RC Module Inc.
7//
8// 12:24 05.02.2015
9//
19
20#ifndef _IPRINT_H_INCLUDED_
21#define _IPRINT_H_INCLUDED_
22
23
40 int nmppiPrint8x15( char *str, void* img, int imgWidth, int x, int y ,int FGcolor, int BGcolor);
42
53 char* hex2ascii(int value, char* str);
55
65//char* hex2ascii(int value);
67
68#endif // _IPRINT_H_INCLUDED_
69
70