The difference between static and dynamic LED display

Publisher:WanderlustHeartLatest update time:2015-07-08 Source: eechina Reading articles on mobile phones Scan QR code
Read articles on your mobile phone anytime, anywhere
The so-called static display means that each display must occupy a separate I/O interface with a latching function for the stroke segment glyph code. In this way, the microcontroller only needs to send the glyph code to be displayed to the interface circuit, and then send a new glyph code when new data is to be displayed. This method has low CPU overhead and simple control program, but occupies more hardware resources.


Dynamic scanning display is the most widely used display mode in single chip microcomputer. Its interface circuit connects the same-named terminals of the 8 stroke segments da~dp of all displays together, and the common pole com of each display is independently controlled by the I/O line.

When the CPU sends the glyph code to the field output port, all displays receive the same glyph code, but which display is lit depends on the com end, which is controlled by the I/O, so it can decide when to display which bit. The so-called dynamic scanning refers to the use of a time-sharing method to control the com end of each display in turn so that each display is lit in turn. In the process of scanning in turn, the lighting time of each display is extremely short (about 1ms), but due to the visual persistence phenomenon of people and the afterglow effect of light-emitting diodes, although the displays are not actually lit at the same time, as long as the scanning speed is fast enough, the impression given is a set of stable display data without flickering.

Static display has much higher stability, but the cost is high. Dynamic scanning display has lower cost and lower stability. Which one is better and more practical depends on the occasion.

Reference address:The difference between static and dynamic LED display

Previous article:10-second countdown C language assembly language program for single-chip microcomputer
Next article:Debug Summary of HMC741 and AD9914

Recommended ReadingLatest update time:2024-11-16 13:29

Static local variables of single chip microcomputer
On the program: main.c #include reg52.h #include "Timer.h" /********P1 port low effective*******************/ void main(void) { init();//interrupt initialization while(1) { } }   Timer.h   #ifndef _TIMER_H_ #define _TIMER_H_   extern void init(void); #endif   Timer.c   #include reg52.h   int k=0;//duty cycle unsig
[Microcontroller]
Latest Microcontroller Articles
  • Download from the Internet--ARM Getting Started Notes
    A brief introduction: From today on, the ARM notebook of the rookie is open, and it can be regarded as a place to store these notes. Why publish it? Maybe you are interested in it. In fact, the reason for these notes is ...
  • Learn ARM development(22)
    Turning off and on interrupts Interrupts are an efficient dialogue mechanism, but sometimes you don't want to interrupt the program while it is running. For example, when you are printing something, the program suddenly interrupts and another ...
  • Learn ARM development(21)
    First, declare the task pointer, because it will be used later. Task pointer volatile TASK_TCB* volatile g_pCurrentTask = NULL;volatile TASK_TCB* vol ...
  • Learn ARM development(20)
    With the previous Tick interrupt, the basic task switching conditions are ready. However, this "easterly" is also difficult to understand. Only through continuous practice can we understand it. ...
  • Learn ARM development(19)
    After many days of hard work, I finally got the interrupt working. But in order to allow RTOS to use timer interrupts, what kind of interrupts can be implemented in S3C44B0? There are two methods in S3C44B0. ...
  • Learn ARM development(14)
  • Learn ARM development(15)
  • Learn ARM development(16)
  • Learn ARM development(17)
Change More Related Popular Components

EEWorld
subscription
account

EEWorld
service
account

Automotive
development
circle

About Us Customer Service Contact Information Datasheet Sitemap LatestNews


Room 1530, 15th Floor, Building B, No.18 Zhongguancun Street, Haidian District, Beijing, Postal Code: 100190 China Telephone: 008610 8235 0740

Copyright © 2005-2024 EEWORLD.com.cn, Inc. All rights reserved 京ICP证060456号 京ICP备10001474号-1 电信业务审批[2006]字第258号函 京公网安备 11010802033920号