毕业设计(论文)说明书题 目: 基于单片机的 LCD 中文 输入系统设计 院 (系): 电子工程学院 专 业: 学生姓名: 学 号: 指导老师单位: 姓 名: 职 称: 题目类型: 理论讨论 实验讨论 工程设计 √工程技术讨论 软件开发 年 5 月 25 日摘 要随着我国嵌入式技术的迅猛进展,中文汉字的输入与显示在高端电子产品以及智能终端中的应用越来越广泛。目前广泛应用于数字终端的中文输入法是 Nokia 的 T9 输入法、Motorola 的 iTAP 输入法和 Erics-son 的字能输入法。目前,以 LCD 和数字键盘实现的人机交互式界面在智能终端中广泛采纳,在不同的应用场合,对人机界面的要求也不同,一些情况下只要求简单参数的显示和选择,而在一些信息终端中,还要求文字的输入。本设计方案在 AT89C55WD 单片机平台上构造简易的拼音输入法,输入形式是用户通过数字键盘输入一个数字串,LCD 显示出该数字串对应的各种拼音让用户进行选择, 拼音数组中的每一个元素都指向一个同音汉字串。用户在同音汉字串中选择一个汉字就可以得到该汉字的 GB2312 编码。通过这个 GB2312 码可以在汉字点阵字模库中检索到该汉字字模的起始位置,最后用带字库的 128×64 点阵式 LCD 模块为输出显示设备,实现汉字、英文字母、数字,标点符号等文本信息的输入。 关键字:AT89C55WD;拼音输入法;TS12864A-3 液晶;中文字库原理AbstractWith the rapid development of embedding technology, the inputting and displaying of the Chinese character in high-end electronic products, as well as the application of intelligent terminals are widely used more and more. At present, the number of terminals are widely used in the inputting method of Chinese character which are Nokia's T9 inputting method, Motorola's iTAP inputting method and Erics-son's words inputting method. At present, LCD and digital keyboard to achieving the man-machine interactive interface are widely used in intelligent terminals. In different applications, the requirements of human-computer interface is different, some cases require only some simple showing and choosing of parameters, and some ...