blob: d41d8d9baef696442f39aa9788a17f52d0aea252 [file] [log] [blame]
zongqiang.zhang0c6a0882019-08-07 14:48:21 +08001#ifndef __gb2312_16_h__
2#define __gb2312_16_h__
3
4#include "stdint.h"
5#include "glcd.h"
6
7#define sk_font_id (char*)"sk_zk_16_v"
8
9extern uint8_t gb2312_16x8_draw_char(uint8_t x, uint8_t y, uint8_t buf[16]);
10extern uint8_t gb2312_16x16_draw_char(uint8_t x, uint8_t y, uint8_t buf[32]);
11extern void gb2312_16_draw_str(uint8_t x, uint8_t y, char* s);
12extern uint8_t gb2312_16_verify(void);
13extern uint8_t gb2312_16_get_ver(uint8_t ver[3]);
14
15#endif