zongqiang.zhang | 0c6a088 | 2019-08-07 14:48:21 +0800 | [diff] [blame] | 1 | #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 | |
| 9 | extern uint8_t gb2312_16x8_draw_char(uint8_t x, uint8_t y, uint8_t buf[16]); |
| 10 | extern uint8_t gb2312_16x16_draw_char(uint8_t x, uint8_t y, uint8_t buf[32]); |
| 11 | extern void gb2312_16_draw_str(uint8_t x, uint8_t y, char* s); |
| 12 | extern uint8_t gb2312_16_verify(void); |
| 13 | extern uint8_t gb2312_16_get_ver(uint8_t ver[3]); |
| 14 | |
| 15 | #endif |