mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-13 10:43:01 +08:00
8 lines
150 B
C
8 lines
150 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
|