mirror of
https://github.com/silenty4ng/uv-k5-firmware-chinese-lts
synced 2025-01-15 14:54:40 +00:00
12 lines
233 B
C
12 lines
233 B
C
//
|
|
// Created by RUPC on 2023/11/17.
|
|
//
|
|
|
|
#ifndef UV_K5FONT_FONT_H
|
|
#define UV_K5FONT_FONT_H
|
|
#include "bits/stdc++.h"
|
|
#define SUM_BYTE 1788
|
|
#define CHAR_NUM 130
|
|
extern unsigned char chn_font[CHAR_NUM][14] ;
|
|
|
|
#endif //UV_K5FONT_FONT_H
|