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