登录
首页 » C# » Dot Matrix LED electronic display in producing simple, easy installation, are wi...

Dot Matrix LED electronic display in producing simple, easy installation, are wi...

于 2022-02-01 发布 文件大小:60.41 kB
0 118
下载积分: 2 下载次数: 1

代码说明:

LED点阵电子显示屏制作简单,安装方便,被广泛应用于各种公共场合,如汽车报站器、广告屏以及公告牌等。本文介绍的是一种可用在值班室外等场合的公告牌的LED点阵电子显示屏设计。公告内容随时可以更新,能够实时显示温度和日期时间,并具有自动亮度调节功能。考虑到所需元器件的易购性,本设计使用了8×8的点阵发光管模块,组成16×64发光点阵,显示待定的中文、字符以及数字。-Dot Matrix LED electronic display in producing simple, easy installation, are widely used in various public occasions, such as auto-stop device, advertisement screens, as well as bulletin boards. This article describes a kind used in the duty room and other places outside of the electronic bulletin boards, LED dot matrix display design. Notice the content can be updated at any time to real-time display of temperature and date and time, and has automatic brightness adjustment function. Taking into account the ease of purchase of the required components, this design uses an 8 × 8 dot matrix LED modules, composed of 16 × 64 LED dot-matrix, showing pending Chinese characters and digital.

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • Dtw
    这是一个基于DTW的语音识别的代码,里面包含端点检测和MFCC的提取。(This is a DTW-based speech recognition code, which contains end point detection and the extraction of MFCC.)
    2021-04-22 13:48:49下载
    积分:1
  • 基于STM32的PID算法风力摆源代码
    /*-------------------------------------------------------------------------------------------                风力摆控制系统(2015-8-12) 硬件平台:    主控器: STM32F103VET6 64K RAM 512K ROM   驱动器: LMD18200T       电源:   DC +12V 软件平台:    开发环境: RealView MDK-ARM uVision4.10   C编译器 : ARMCC   ASM编译器:ARMASM   连接器:   ARMLINK   底层驱动: 各个外设驱动程序 作者: BoX-------------------------------------------------------------------------------------------*/
    2022-04-22 10:54:48下载
    积分:1
  • New-Text-Document
    parser for pascal syntax
    2011-02-14 21:37:16下载
    积分:1
  • C# 根据路径使用DirectoryInfo创建文件夹
    C# 根据路径创建文件夹,具体来说是使用DirectoryInfo对象的Create方法创建文件夹【目录】。如果用户未指定路径,则在程序当前目录下创建文件夹,若指定路径,则在指定的路径层级下创建目录。   在创建开始前,对用户输入的目录名或路径格式进行验证,然后判断该路径下是否存在该目录,最后创建文件夹。下面是相关的代码:   if (textBox1.Text == string.Empty)//判断输入的文件夹名称是否为空   {    MessageBox.Show("文件夹名称不能为空!");   }   else   {    DirectoryInfo dinfo = new DirectoryInfo(textBox1.Text);//实例化DirectoryInfo类对象    if (dinfo.Exists)//使用DirectoryInfo对象的Exists属性判断要创建的文件夹是否存在    {    MessageBox.Show("该文件夹已经存在");    }    else    {    dinfo.Create();//使用DirectoryInfo对象的Create方法创建文件夹    }   }
    2023-02-21 06:20:03下载
    积分:1
  • FSMC
    stm32F103 利用fsmc接口驱动液晶屏显示BMP图片(stm32F103 show BMP picture)
    2016-05-15 14:00:20下载
    积分:1
  • 编辑框的简单自绘制
    编辑框是常用控件之一,同时也是一种完全自实现较为繁琐的控件。本例实现了对编辑框的简单的自绘制,在保留其自身的强大功能的前提下,实现了编辑框的边框、背景、文字颜色以及禁用态的各种颜色的替换。 要想重绘,我们必须知道要绘什么。通过观察默认的编辑框我们可以很清楚的看到编辑框有三个最基础的部分需要我们绘制,他们分别是3D边框、背景和文字,再进一步分析我们会发现他们是一个基本窗口的两个部分,即客户区和非客户区。这样一来我们就知道应该用什么函数有针对性的绘制什么区域了,由于提供了源码,这里仅就基本原理和技术细节加以讨论,不过多地罗列代码。(Editor box is one of the common controls, and it is also a kind of control which is completely self-realization and tedious. This example realizes the simple self-drawing of the edit box, and realizes the replacement of the border, background, text color and various colors of the disabled state of the edit box while retaining its powerful function. To redraw, we must know what to draw. By observing the default edit box, we can clearly see that there are three most basic parts of the edit box that we need to draw. They are 3D border, background and text. Further analysis shows that they are two parts of a basic window, namely, client area and non-client area. In this way, we know which function should be used to draw which area. Since the source code is provided,)
    2020-06-16 05:40:02下载
    积分:1
  • 建立一个表示多项式的链表,实现多项式的计算。通过文件输入输出...
    建立一个表示多项式的链表,实现多项式的计算。通过文件输入输出-Polynomial to establish a list that, to achieve the calculation of polynomials. File input and output
    2022-01-25 18:07:37下载
    积分:1
  • roughset
    粗糙集属性约简算法,共计52页,包括代码及应用说明,有需要的欢迎下载(Rough set attribute reduction algorithm, for a total of 52, including code and application notes, there is a need to download the welcome)
    2009-05-04 21:18:37下载
    积分:1
  • Lwip(socketio)
    【实例简介】
    2021-09-07 00:31:05下载
    积分:1
  • 个人防火墙
    本设计实现的防火墙采用IP过滤钩子驱动技术,过滤钩子驱动是内核模式驱动,它实现一个钩子过滤回调函数,并用系统提供的IP过滤驱动注册它,IP过滤驱动随后使用这个过滤钩子来决定如何处理进出系统的数据包。本防火墙由以下几个模块组成:过滤规则添加模块,过滤规则显示模块,过滤规则存储模块,文件储存模块,安装卸载规则模块,IP封包过滤驱动功能模块。用户只需要通过主界面菜单和按钮就可以灵活地操作防火墙,有效地保护Windows系统的安全。
    2022-05-05 23:10:29下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载