apple1/Arduino/libraries/TVout/font8x8.h

7 lines
108 B
C
Executable File

#ifndef FONT8X8_H
#define FONT8X8_H
#include <avr/pgmspace.h>
extern const unsigned char font8x8[];
#endif