Subversion Repositories Projects

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
112 mikeljo 1
 
2
#ifndef font8x6_h
3
#define font8x6_h
4
 
5
        #include <avr/pgmspace.h>
6
 
7
        extern prog_uint8_t f8x6[256][6];
8
 
9
#endif