forked from mirror/uv-k5-firmware
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
|
||
|
|