custom-uv-k5-firmware/font.h

10 lines
100 B
C
Raw Normal View History

2023-08-14 06:08:01 +08:00
#ifndef FONT_H
#define FONT_H
#include <stdint.h>
extern const uint8_t gBigFont[95][16];
#endif