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