Circuit principle: The LCD module is divided into byte units. In a single screen, there are 8 pages, each page has 8 rows, and each row has 64 bits (i.e. 64 columns). Like computers, the data in the LCD dot matrix display controlled by the single-chip microcomputer is also represented by "0" and "1" codes. Generally, "0" represents no display data, and "1" represents display data. Different characters will be displayed according to different codes. The display points on the display correspond to the display cache RAM in the driver control chip one by one, that is, one bit in the font represents one pixel in the LCD display, and the point selection method is from left to right and from top to bottom. Here, a 16 × 16 dot matrix output is used to display each Chinese character, so a block composed of 256 dots on the screen is required to display it. One byte corresponds to 8 dots, so one Chinese character needs 32 bytes to store and display. "Chinese font dot matrix data batch generation tool" is a software that uses this principle to realize Chinese character encoding.
The Chinese characters involved in this design are batch-generated into 16 × 16 dot matrix codes using software modulo and placed in the TA2BL E table in the ROM area. Through logical control, the codes can eventually be read out to the hardware drive circuit to display different Chinese characters.
Previous article:Method of controlling DC motor speed by 51 single chip microcomputer controlling PWM signal
Next article:C8051F020 touch screen driver control
Recommended ReadingLatest update time:2024-11-16 14:40
- Popular Resources
- Popular amplifiers
- 西门子S7-12001500 PLC SCL语言编程从入门到精通 (北岛李工)
- Siemens Motion Control Technology and Engineering Applications (Tongxue, edited by Wu Xiaojun)
- MCU C language programming and Proteus simulation technology (Xu Aijun)
- 100 Examples of Microcontroller C Language Applications (with CD-ROM, 3rd Edition) (Wang Huiliang, Wang Dongfeng, Dong Guanqiang)
Professor at Beihang University, dedicated to promoting microcontrollers and embedded systems for over 20 years.
- 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
- About Kalman Filter Algorithm
- TI DSP EMIF interface address bus problem
- 3. Some suggestions for training on "power supply" competition questions
- You can do anything you want! DLP Pico chipset can also be used in this way
- LIS2DW12 three-axis accelerometer package and code
- 2. Main knowledge points of previous "power supply" competition questions
- PCB Design Issues
- Professor Yang's book is here, a five-volume collection of "New Concept Analog Circuits" series by Yang Jianguo of Xi'an Jiaotong University
- 2019, what is your New Year's resolution?
- How does MCU implement part of the code running in RAM?