mirror of
https://github.com/tebl/RC6502-Apple-1-Replica.git
synced 2024-12-21 21:29:19 +00:00
7 lines
108 B
C
7 lines
108 B
C
|
#ifndef FONT4X6_h
|
||
|
#define FONT4X6_h
|
||
|
#include <avr/pgmspace.h>
|
||
|
|
||
|
extern const unsigned char font4x6[];
|
||
|
|
||
|
#endif
|