17 #define MAX7456_TABLE_ASCII
63 void init(byte pinCS);
140 void print(
const char string[], byte x, byte y, byte blink = 0,byte inv = 0);
162 void print(
double value, byte x, byte y, byte before, byte after, byte blink=0,byte inv=0);
180 void printMax7456Chars(byte chars[],byte size,byte x, byte y, byte blink = 0,byte inv = 0);
191 void printMax7456Char(
const byte address, byte x, byte y, byte blink=0, byte inv=0);
232 byte giveMax7456CharFromAsciiChar(
char ascii);
233 static void printPixel(byte value);
236 bool _isActivatedOsd;