mirror of
https://github.com/DualTachyon/uv-k5-firmware.git
synced 2025-02-11 17:41:11 +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
|
|
|