作业帮 > 英语 > 作业

英语翻译The LCD module can be used to display a set of specified

来源:学生作业帮 编辑:作业帮 分类:英语作业 时间:2024/05/14 00:05:17
英语翻译
The LCD module can be used to display a set of specified characters by directly sending the bit patterns of each character.For this project,a driver subroutine named update_lcd_dog() is used to write three 16 byte memory buffers in ATMega16’s memory.Each buffer represents a line in the display and each byte is the ASCII representation of the character.As characters are written to the memory buffer,a subroutine named update_lcd() can be used to send the contents of the three buffer to the microcontroller (ST7036) controlling the LCD display.
要求翻译通顺、准确.
这款液晶显示器可以用来显示一组特定的字符,只需直接输入每个字符的位组合格式.在此项目中,一个被称为LCD刷新狗的驱动被用来在ATMega16的内存中写入三个16字节的内存缓冲区.在显示器中每个缓冲区代表一行,而每个字节则是每个字符的ASCII代码.正如字符被写入存储缓冲区一样,LCD刷新狗这样的子程序可以被用来将三个缓冲区的内容发送到控制显示器的微控制器-ST7036