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