1 2 3 4 5 6 7
#ifndef FONT8X8EXT_H #define FONT8X8EXT_H #include <avr/pgmspace.h> extern const unsigned char font8x8ext[]; #endif