Abstract: This article introduces the characteristics and peripheral interface circuits of the plasma display screen GU128×64, as well as the fault display system composed of GU128×64, ATMEL89C51, etc. The hardware interface circuit and part of the software programming of the application system are given. The entire fault display system has the following diagram: It has the advantages of clear image, stability and reliability.
Keywords: plasma display screen AT89C51 microcontroller
When designers develop systems, they always hope to choose the most ideal, highest quality, and most satisfactory devices for the products they design. In particular, display devices used to display information receive even greater attention. Because the display device is the face of the instrument, it needs to be beautiful, decent, and generous, and it also needs to be able to transmit information accurately, clearly, and reliably. In situations where various graphics and text information are required to be displayed eye-catchingly, clearly, and with a large viewing angle, general LCD displays are difficult to satisfy due to their small viewing angles and limited brightness, and their advantages such as low voltage and micro power consumption are useless. The place of martial arts. Due to its characteristics of clear display, stable signal, large display area and simple interface, the plasma display screen can overcome the above shortcomings and is very suitable for occasions with high display requirements.
The plasma display screen is a large-screen display system using a plasma display panel (PDP) as the display device. It uses inert gas to discharge in a vacuum to generate ultraviolet rays to excite red, green, and blue phosphors to form Color display. It can assemble multiple PDPs together to form a display screen of several square meters to display various texts and images. Plasma display screens are developing rapidly outside Luowai, but there are no related products and application reports in China. This article introduces the characteristics and interface circuit of the GU128×64 plasma display screen launched by Japan's ISE ELECTRONIC CORP., and briefly explains the software and hardware design points of the system based on application examples.
1 GU128×64 plasma display
The GU128×64 plasma display screen is composed of a 128×64 dot matrix graphics VFD, VFD driver, DC/DC converter, display memory, display controller and its corresponding control logic circuit. Its input is CMOS level, there are two working voltages +5V or +12V, its working temperature: -10℃~--+65℃; temperature; 20%~85%RH. Table 1 shows the general specifications of GU128×64 plasma display zero, and Table 2 shows its interface signal description.
Table 1 General specifications of GU128×64 plasma display screen
Number of Dots(X×Y) | 128×64 dot matrix (8792) |
Dot (Pitch(X×Y) | 0.65(H),0.65(V)mm |
Dot Size(X×Y) | 0.55(H),0.55(V)mm |
Display Area(X×Y) | 83.1(H),41.5(V)mm |
Luminance | 350 cd/m2(102fL)Min |
Luminance Color | Blue Green |
Weight | 220g |
Table 2 Interface signal description
Pin number | signal line | Pin number | signal line |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
BRAD GND WRITE GND READY CLEAR DSPE NC A9 A8 A7 A6 A5 A4 A3 |
16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 |
A2 A1 A0 D0 D1 D2 D3 D4 D5 D6 D7 WP0 DP0 WP1 DP1 |
The GU128×64 dot matrix plasma display screen includes static memory corresponding to the four-page screen, circuits that control RAM reading and writing, and VFD. The following is an introduction to each interface signal:
D0~D7: Data input bus, also used as data input for brightness control;
A0~A9: input address lines;
READY: Data ready signal, "0" READY enables, "1" READY disables;
CLEAR: One of the functions is to clear the static storage page by selecting WP0 and WP1; the other function is to turn off the display. This input has priority over other control inputs;
WRITE: When WRITE is low level, the data input or brightness control input is valid;
WP0, WP1: Select the written static storage page, (WP0, WP1) = (0,0): Select the first page
(WP0, WP1)=(0,1): Select the second page
(WP0, WP1)=(1,0): Select the third page
(WP0, WP1)=(1,1): Select the fourth page
DP0, DP1: Select the display page, (DP0, DP1) = (0, 0): Select the first page
(DP0,DP1)=(0,1): Select the second page
(DP0, DP1)=(1,0): Select the third page
(DP0, DP1) = (1, 1): Select the fourth page
DSPE: Display enable control input. When the DSPE input is low, the display is turned off and all operations on the memory page are no longer effective;
LAMP TEST: brightness test input. When the level is low, all dot matrices are turned on but have no effect on the memory page; when the level is high, the display mode is normal.
Brightness control: When BRAD=0, the brightness control of the plasma display screen is carried out through the combination of D0 and D1. The default condition is 100% normal brightness.
(D, D0)=(0,0): 25% of normal brightness;
(D1, D0) = (0,1): 50% of normal brightness;
(D1, D0) = (1,0): 75% of normal brightness;
(D1, D0) = (1,1): 100% of normal brightness;
The timing sequence of GU128×64 plasma display screen is shown in Figure 1.
2 Interface design between GU128×64 and microcontroller
The interface between GU128×64 plasma display zero and AT89C51 is shown in Figure 2. The P1 port of 89C51 serves as the input of 24 switching signals. The system completes the switching of three 8-channel signals by controlling P3.3, P3.4, and P3.5. 74LS373 latches the address information transmitted from the P0 port of 89C51. The data lines D7~D0 of GU128×64 are directly connected to the P0 port, and the other control signal lines are connected to the P2 port respectively.
3 Software design
In general, software programming for GU128×64 is relatively simple, but graphics and curve display still require certain skills. The software design idea of the system is: after the system is powered on and reset, 89C51 first initializes and clears the GU128×64 plasma display screen, then displays normal working text and graphics, and then performs P3.3, P3.4, and P3.5 Carry out cycle gating control respectively to determine whether the 24 input signals are abnormal. If abnormal, the corresponding fault information and graphics will be displayed; otherwise, normal information will be displayed.
Given below is part of the display program for a plasma display screen:
******* R0——RAM Address *******
******* R1——Bytes to Display *******
******* A——Table offset address *******
******* DPTR——Table Base Address *******
…
DISPLAY:
CJNE R1, #00H, WAY1
LJMP WAY2
WAY1:
JB READY, $ determines whether the display is ready
SETB CPADDR outputs the RAM address of the display screen
MOV BUS, R0 enables 74LS373
CLR CPADDR
PUSH ACC Enter data into the display
MOVC A, @A+DPTR Look up the table to get the required prompt information
MOV BUS,A
CLR WRITE WRITE signal enable of display screen
POP ACC
INC A
SETB WRITE
DEC R0
DJNZ R1, WAY1
Way2:
RET
…
Previous article:Using CCD camera to obtain images of high-speed moving targets
Next article:Principles, characteristics and applications of photomultiplier tubes
- Popular Resources
- Popular amplifiers
- MathWorks and NXP Collaborate to Launch Model-Based Design Toolbox for Battery Management Systems
- STMicroelectronics' advanced galvanically isolated gate driver STGAP3S provides flexible protection for IGBTs and SiC MOSFETs
- New diaphragm-free solid-state lithium battery technology is launched: the distance between the positive and negative electrodes is less than 0.000001 meters
- [“Source” Observe the Autumn Series] Application and testing of the next generation of semiconductor gallium oxide device photodetectors
- 采用自主设计封装,绝缘电阻显著提高!ROHM开发出更高电压xEV系统的SiC肖特基势垒二极管
- Will GaN replace SiC? PI's disruptive 1700V InnoMux2 is here to demonstrate
- From Isolation to the Third and a Half Generation: Understanding Naxinwei's Gate Driver IC in One Article
- The appeal of 48 V technology: importance, benefits and key factors in system-level applications
- Important breakthrough in recycling of used lithium-ion batteries
- Innolux's intelligent steer-by-wire solution makes cars smarter and safer
- 8051 MCU - Parity Check
- How to efficiently balance the sensitivity of tactile sensing interfaces
- What should I do if the servo motor shakes? What causes the servo motor to shake quickly?
- 【Brushless Motor】Analysis of three-phase BLDC motor and sharing of two popular development boards
- Midea Industrial Technology's subsidiaries Clou Electronics and Hekang New Energy jointly appeared at the Munich Battery Energy Storage Exhibition and Solar Energy Exhibition
- Guoxin Sichen | Application of ferroelectric memory PB85RS2MC in power battery management, with a capacity of 2M
- Analysis of common faults of frequency converter
- In a head-on competition with Qualcomm, what kind of cockpit products has Intel come up with?
- Dalian Rongke's all-vanadium liquid flow battery energy storage equipment industrialization project has entered the sprint stage before production
- Allegro MicroSystems Introduces Advanced Magnetic and Inductive Position Sensing Solutions at Electronica 2024
- Car key in the left hand, liveness detection radar in the right hand, UWB is imperative for cars!
- After a decade of rapid development, domestic CIS has entered the market
- Aegis Dagger Battery + Thor EM-i Super Hybrid, Geely New Energy has thrown out two "king bombs"
- A brief discussion on functional safety - fault, error, and failure
- In the smart car 2.0 cycle, these core industry chains are facing major opportunities!
- The United States and Japan are developing new batteries. CATL faces challenges? How should China's new energy battery industry respond?
- Murata launches high-precision 6-axis inertial sensor for automobiles
- Ford patents pre-charge alarm to help save costs and respond to emergencies
- New real-time microcontroller system from Texas Instruments enables smarter processing in automotive and industrial applications
- Share: PD fast charging technology has been significantly updated, USB PD3.1 has been released, supporting 48V and 240W output
- How to choose a suitable infrared thermal imager?
- Summary of issues that should be paid attention to in analog circuit design
- Complete learning and application of analog electronic technology with examples
- [GD32L233C-START Review] + Unboxing and Building a Development Environment
- 2.5V voltage regulator circuit
- What upgrades are there for cortex-M4 and cortex-M4F?
- 【GD32E231 DIY】Use of TIMER
- Wireless technology behind the "next-day delivery" of Double 11 express delivery
- HyperLynx High-Speed Circuit Design and Simulation (X) Transmission Line (Microstrip and Stripline) Exploration