1 / 42
文档名称:

毕业设计(论文)-基于单片机的lcd流动字幕设计.doc

格式:doc   页数:42
下载后只包含 1 个 DOC 格式的文档,没有任何的图纸或源代码,查看文件列表

如果您已付费下载过本站文档,您可以点这里二次下载

分享

预览

毕业设计(论文)-基于单片机的lcd流动字幕设计.doc

上传人:3346389411 2013/4/1 文件大小:0 KB

下载得到文件列表

毕业设计(论文)-基于单片机的lcd流动字幕设计.doc

文档介绍

文档介绍:南京师范大学泰州学院
毕业论文(设计)
( 2012届)
题目: 基于单片机的LCD流动字幕设计
院(系、部): 电力工程学院
专业: 电气工程及其自动化
姓名:
学号
指导教师:

南京师范大学泰州学院教务处制
基于单片机的LCD流动字幕
摘要
人们生活节奏的不断加快,电子产品层出不穷,使我们的生活更加方便,快捷。在电子行业中,越来越多的产品开始重视人机信息交换的输入输出设备。为了能更方便、快捷的获得信息,流动显示屏的应用便逐渐的流行了起来。在显示器领域,由球面的CRT 到纯平 CRT,由纯平 CRT 到如今主流的 LCD 液晶显示,而 LCD字幕滚动显示更是得到广泛应用。
本文详细介绍了LCD流动字幕的工作原理以及实现过程,选择了合适的80C51单片机,以及LCD2864芯片;给出了单片机控制系统总体设计方案,设计过程,组成,列出了具体的硬件电路图;概述了LCD的显示方式,以及汉字的显示方法。采用C语言实现了字幕显示、延时、滚动等控制功能。
关键词:80C51单片机,LCD12864,LCD滚动字幕
The LCD mobile caption based on SCM
Abstract
With the speed up of the life’s pace. The new electric produce constantly change. make our’s living more conveniently and quickly. In the industry of electronics. more and more product are paying attention to man-machine information exchange input and output decices. In order to be more convenient and fast access to information, the mobile display applications will gradually popular up. In the display area by the spherical surface of the CRT to flat the CRT by the LCD now mainstream, flat CRT display, LCD subtitles scroll display is widely used.
This paper describes the working principle and the implementation process of the LCD flow subtitles, choose the 80C51 microcontroller, and LCD2864 chip; given a single chip control system design plan, the design process, composition, lists the specific hardware circuit diagram; an overview ofthe LCD display, and display of Chinese characters. C language subtitles, delay, scrolling and other control functions.
Keywords: 80C51,LCD12864,LCD rolling subtitles
目录
摘要 I
ABSTRACT II
第一章绪论 1
1
LCD显示器的发展史及趋势 1
LCD12864的原理及应用概述 2
LCD的应用 2
LCD的主要参数 2
LCD的分类 4
LCD 的工作原理 4
LCD12864的特点 5
第二章 LCD流动字幕总体系统设计 6
6
LCD12864的控制要求 9
第三章单片机控制的LCD流动字幕的硬件系统 10
10
(CPU) 10
80C51的内部结构 11
11
12
LD12864的显示 13
14
第四章基于单片机的LCD流动字幕软件系统 18