{$cfg_webname}
主页 > 电子信息 > 单片机 >

基于单片机控制的点阵式LED电子屏设计

来源:wenku7.com  资料编号:WK716968 资料等级:★★★★★ %E8%B5%84%E6%96%99%E7%BC%96%E5%8F%B7%EF%BC%9AWK716968
以下是资料介绍,如需要完整的请充值下载。
1.无需注册登录,支付后按照提示操作即可获取该资料.
2.资料以网页介绍的为准,下载后不会有水印.资料仅供学习参考之用. 帮助
资料介绍

基于单片机控制的点阵式LED电子屏设计(论文12000字)
摘   要
本文介绍了基于单片机控制的点阵式LED电子屏的设计及实现过程。论文详细介绍了显示的原理和显示屏驱动电路的设计。设计出的电路通过protues仿真,仿真效果的实现为后续的实现硬件电路的焊接和调试提供了理论基础。
整个系统是以单片机来控制系统的运行,采用了动态扫描的方式实现了汉字的显示。系统主要分为三个部分:单片机及其外围电路、驱动控制电路,LED点阵显示屏。单片机用STC89C52作为系统核心的芯片,通过该芯片控制两个行驱动器74HC595和两个列驱动器74HC138来驱动显示屏显示。显示屏采用了4个8*8的点阵显示模块组成了一个16*16的点阵显示模块。显示采用了动态显示,使得汉字能够实现静止,左右移动两种显示方式。单片机控制系统程序采用单片机汇编语言进行编辑,通过编辑的程序控制各个显示点对应的LED阳极和阴极端的电平,就能够成功的控制各个显示点的亮灭。显示字符的点阵数据从标准字库中提取。LED点阵显示屏有着色彩鲜艳,动态显示范围大,使用寿命长,亮度高,工作稳定等特点,在社会的很多方面都得到了广泛的应用。

关键词:单片机  点阵  LED  滚动显示

Dot-matrix LED electronic screen based on SCM
Abstract
The design of this article is a LED dot matrix display system based on the control of single-chip microcomputer. It introduces the principle of display and the design of display.Design a circuit through protues simulation, simulation results of the follow-up to achieve the realization of welding and debug hardware circuit provides a theoretical basis for.
The whole system is based on the microcontroller to control the operation of the system, using a dynamic scan mode to achieve the display of Chinese characters. The system consists of three parts: the microcontroller and its peripheral circuits, drive control circuit, LED dot matrix display. STC89C52 microcontroller chip as the core of the system, 74HC595 74HC138 driver and two columns to drive through the display driver chip controls two lines. Display with four 8 * 8 dot matrix display module consisting of a 16 * 16 dot matrix display module. Display with a dynamic display, making the characters to achieve stationary, move around two display modes.SCM control system using microcontroller assembly language program for editing, by editing program to control each display point corresponding LED anode and cathode terminal level, will be able to successfully control the individual display light off point. Dot matrix display character data extracted from the standard font.LED dot matrix display has a colorful, dynamic display range, long life, high brightness, stable, etc., in many aspects of society have been widely used.

Keywords: SCM ;dot-matrix ;LED ;rolling display

目录
摘   要    I
Abstract    II
第一章 绪论    5
   1.1 LED显示屏简介    5
   1.2 LED显示屏的发展趋势    5
   1.3 本设计所要实现的目标    6
第二章  系统总体设计    7
  2.1 系统总体设计方案论证    7
2.1.1 方案一:静态显示    7
2.1.2 方案二:动态显示    7
2.1.3 方案比较    7
  2.2 数据传输方案    8
第三章 硬件设计    10
  3.1 单片机的选择及端口分配    10
  3.2 单片机最小系统    11
      3.2.1 晶振电路    12
      3.2.2 复位电路    13
  3.3 点阵模块    13
  3.4 行驱动模块    14
  3.5 列驱动模块    17
  3.6 按键模块    18
第四章 软件设计    20
  4.1 总体流程图    20
  4.2 各模块程序分析和设计    21
      4.2.1 字模提取    21
       4.2.2字符的滚动显示和状态变换 22                                       
第五章 电路制作与调试    24
  5.1 电路制作    24
       5.1.1 元件选择和购买    24
       5.1.2软件仿真 24
       5.1.3 电路布局    26
5.1.4 元件测试    27
   5.2 电路的调试与解决问题    27
结   语    30
附   录1 主程序    32
附   录2 电路原理图    36
致   谢    37

推荐资料