⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 lcd_gbk.h

📁 mp3量不要让站长把时间都花费在为您修正说明上。压缩包解压时不能有密码。系统会自动删除debug和release目录
💻 H
字号:
/*****************************************************/
/*            File name : LCD_GBK.h                                              */
/* Description : header file of LCD_GBK.c                                  */
/* Platform     : AVRStudio4.13 + WinAVR20070525  for AVR     */
/* Author       : Michael Zhang - 章其波                            */
/* Email         : sudazqb@163.com                                          */
/* MSN          : zhangqibo_1985@hotmail.com                          */
/* Date          : 2007-1-2                                                    */
/* NOT FOR COMMERCIAL USE,     ALL RIGHT RESERVED!         */
/*****************************************************/
/* Change Log:                                                                      */
/*  20071208: modify codes for ARM platform (AT91SAM7S256)  */
/*                   20071109: add a faster display function for 3310 */
/*                   20070102: original version                                 */
/*****************************************************/

#ifndef __LCD_GBK_H__
#define __LCD_GBK_H__

#include"LCD.h"

extern uint32 FAT_Open(uint8 * dir);//打开文件
extern uint8 (* FAT_ReadSector)(uint32,uint8 *);
extern uint8 (* FAT_WriteSector)(uint32,uint8 *);

extern uint8 GBK_Ini(void);

extern uint8 Dis_GBK12_fast(uint16 x,uint16 y,uint8 *ch);

extern uint8 Dis_GBK12(uint16 x,uint16 y,uint8 *ch);
extern uint8 Dis_GBK16(uint16 x,uint16 y,uint8 *ch);
extern uint8 Unicode_to_GBK(uint8 *ch);
extern uint8 GBK_to_Unicode(uint8 *ch);

#endif

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -