7 lines
114 B
C
7 lines
114 B
C
#ifndef FONT4X6_h
|
|
#define FONT4X6_h
|
|
#include <avr/pgmspace.h>
|
|
|
|
extern const unsigned char font4x6[];
|
|
|
|
#endif |