mirror of
https://github.com/DualTachyon/uv-k5-firmware.git
synced 2025-01-30 17:19:30 +08:00
10 lines
100 B
C
10 lines
100 B
C
#ifndef FONT_H
|
|
#define FONT_H
|
|
|
|
#include <stdint.h>
|
|
|
|
extern const uint8_t gBigFont[95][16];
|
|
|
|
#endif
|
|
|