mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-07 00:28:07 +08:00
15c4dc5ace
Doing this for bootrom and armsrc for now. If you're using Windows, please configure your editor for LF line endings.
6 lines
148 B
C
6 lines
148 B
C
#ifndef __FONTS_H
|
|
#define __FONTS_H
|
|
extern const char FONT6x8[97][8];
|
|
extern const char FONT8x8F[97][8];
|
|
extern const char FONT8x16[97][16];
|
|
#endif
|