uv-k5-firmware-chinese-lts/uv-k5font/font.h

13 lines
233 B
C
Raw Normal View History

2023-11-30 14:38:27 +08:00
//
// Created by RUPC on 2023/11/17.
//
#ifndef UV_K5FONT_FONT_H
#define UV_K5FONT_FONT_H
#include "bits/stdc++.h"
2023-12-04 15:17:15 +08:00
#define SUM_BYTE 1678
#define CHAR_NUM 122
2023-11-30 22:19:14 +08:00
extern unsigned char chn_font[CHAR_NUM][14] ;
2023-11-30 14:38:27 +08:00
#endif //UV_K5FONT_FONT_H