大理水控初始版本
diff --git a/zk/gb2312_16.h b/zk/gb2312_16.h
new file mode 100644
index 0000000..d41d8d9
--- /dev/null
+++ b/zk/gb2312_16.h
@@ -0,0 +1,15 @@
+#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