diff options
Diffstat (limited to 'demontsc/lib/TVoutfonts/font8x8ext.h')
| -rwxr-xr-x | demontsc/lib/TVoutfonts/font8x8ext.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/demontsc/lib/TVoutfonts/font8x8ext.h b/demontsc/lib/TVoutfonts/font8x8ext.h new file mode 100755 index 0000000..8f888ca --- /dev/null +++ b/demontsc/lib/TVoutfonts/font8x8ext.h @@ -0,0 +1,7 @@ +#ifndef FONT8X8EXT_H +#define FONT8X8EXT_H + +#include <avr/pgmspace.h> +extern const unsigned char font8x8ext[]; + +#endif
\ No newline at end of file |
