apple1/Arduino/libraries/TVout/font4x6.h

7 lines
108 B
C
Executable File

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