uv-k5-firmware/font.h
2023-08-13 23:08:01 +01:00

10 lines
100 B
C

#ifndef FONT_H
#define FONT_H
#include <stdint.h>
extern const uint8_t gBigFont[95][16];
#endif