单片机课程设计(菜单页面)
- 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
- 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
- 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。
《单片机技术》课程设计说明书
题目
系部:
学生姓名:
指导教师:职称
专业:
班级:
完成时间:
摘要
随着现代化的脚步,市场经济的不断完善,信息技术日益发展,信息量的掌握决定了一个人事业的成败。21世纪其实无疑不是信息的时代。信息技术的迅猛发展已对我们的生产方式、生活方式、学习方式及思维方式产生了深远的影响,也带动了信息显示技术的发展。
其中液晶显示屏被广泛应用于各种不同的领域,包括手机、膝上型电脑、笔记本电脑、电脑监视器、大屏幕电视以及数字广告屏,液晶显示在我们的生活中随处可见,同时,人们也可根据自己的需求选择显示出想要显示的内容。近年来,同样应用广泛的菜单选择系统也离不开显示技术。通过显示屏,使得具有单层或多层菜单选择功的操作系统更加简洁、优化、便于操作。本设计通过汉字液晶显示器122232来显示出一个具有两级菜单选择功能的小系统。设计以模拟生活中常见的多功能检测器为例,详细分析了单片机在本设计中的应用原理,并分块给出了整个系统的硬件以及软件编程思路,使得整个设计清晰简洁地阐明了单片机小系统在生活中的广泛应用。因此本课题的研究具有重要的现实意义。
关键词:显示单片机液晶显示器菜单选择
Abstract
With the pace of the modernization, the economy market continues to improve. The information technology is improved day by day, so controlling the amount of information determines one’s success or failure. In fact, the 21st century is certainly the information age. The rapid development of the information technology has made a deeply effect in our lifestyle, learning style and thinking style, and at the same time, it has helped to improve the information display technology.
Among that, Liquid crystal display is widely used in a variety of areas, including mobile phones, laptop computers, notebook computers, computer monitors, large screen TV and digital advertising screens. Liquid crystal display applies everywhere in our lives, at the same time, we can control the content which we want to display in the screen according our needing. In recent years, the menus chose system which also very popular in people’s life is also rely on the display system. The displays made the menus system more simple and clean. This design simulates the popular menus system in our life. Having analyzed the working theory of the SCM before designed, it tells us the thoughts of the hardware and software designs. This makes the design more compact and pellucid to display the SCM’s use in our life. So the subject of this research has an important practical significance.
Keywords:display SCM l iquid crystal display menus-chose
目录
摘要 (2)
Abstract (3)
绪论 (1)
1 整体方案设计 ........................................ 错误!未定义书签。
1.1 系统总体基本构成 (2)
1.1.1 系统实现方法 (2)
1.1.2 系统思路来源 (2)
1.2 系统模块功能 (2)
1.3 系统工作原理 (4)
2 硬件电路设计 ........................................ 错误!未定义书签。
2.1 系统硬件主要构成 (5)
2.1.1 单片机AT89S5x (5)
2.1.2 液晶显示器12864 (8)
2.1.3 行列式键盘选择 (13)
2.2 系统硬件电路模块 (15)
2.2.1 键盘选择模块 .................................... 错误!未定义书签。
2.2.2 显示模块 (15)
3 软件设计 (17)
3.1 软件操作过程及实现的内容 (17)
3.2 系统软件主要构成 (17)
3.2.1 主程序的流程图 (17)
3.2.2 程序的初始化部分 (17)
3.2.3 主函数部分 (18)
3.2.4 按键选择响应部分 (19)
3.2.5 液晶显示及命令传输部分 (19)