blob: d41d8d9baef696442f39aa9788a17f52d0aea252 [file] [log] [blame]
#ifndef __gb2312_16_h__
#define __gb2312_16_h__
#include "stdint.h"
#include "glcd.h"
#define sk_font_id (char*)"sk_zk_16_v"
extern uint8_t gb2312_16x8_draw_char(uint8_t x, uint8_t y, uint8_t buf[16]);
extern uint8_t gb2312_16x16_draw_char(uint8_t x, uint8_t y, uint8_t buf[32]);
extern void gb2312_16_draw_str(uint8_t x, uint8_t y, char* s);
extern uint8_t gb2312_16_verify(void);
extern uint8_t gb2312_16_get_ver(uint8_t ver[3]);
#endif