1Im sorry I cannot answer your question as there is no specific question provided Can you please provide more context or a specific question提取要点:目前所生产出来的液晶绝大多数都是用HD44780芯片来制作的并且它们的显示原理也是一模一样的。所以写一个显示控
The majority of LCD displays currently produced use the HD44780 chip, and their display principles are the same. This means that a display control program can be used for various LCD displays without the need to rewrite the program for each type, making it highly compatible. The LCD module has a storage module that stores a large number of character graphics to be used for display, with approximately 160 characters including basic symbols such as letters, numbers, punctuation, and Japanese characters. Each character has a fixed identifier, so when a character needs to be displayed, the corresponding identifier can be called. Additionally, programming can be done through assigning values, such as defining a character constant Y and assigning a character from the LCD storage to Y, making it easy to use custom constants. The corresponding pins are listed in a table.
原文地址: https://www.cveoy.top/t/topic/b3Hj 著作权归作者所有。请勿转载和采集!