Library for Princeton PT6318 VFD controller Initial version for KUH8300.

Revision:
1:a7a518dbca96
Parent:
0:e5741b4e6a1a
--- a/Font_7Seg.h	Mon Feb 01 20:18:04 2016 +0000
+++ b/Font_7Seg.h	Sun Jun 19 13:27:07 2016 +0000
@@ -264,6 +264,6 @@
 #define FONT_7S_START     0x20
 #define FONT_7S_END       0x7F
 //#define FONT_7S_NR_CHARS (FONT_7S_END - FONT_7S_START + 1)
-extern const short FONT_7S[]; 
+extern const char FONT_7S[]; 
 
 #endif    
\ No newline at end of file