Go to the documentation of this file. 1 #ifndef _asciidisplay_h_
2 #define _asciidisplay_h_
7 unsigned char strlen_rom(rom
const char *
string);
8 void printAscii(rom
const char *str,
unsigned char size);
9 void printAsciiXY(rom
const char *str,
unsigned char size,
unsigned char x,
unsigned char y);