这是我16x2 lcd的旧代码。 (我知道这是无关紧要的,但我只想指出我需要帮助的地方)
define FunctionSet 0x3B
define DisplayOn 0x0E
define EntryModeSet 0x06
define ClearScreen 0x01
define SecondLine 0xC0
define thirdline 0x??
define fourthline 0x??
define reset cursor 0x??
如果你们中的一个人如此善良,你能否确定这些20x4模块所需的十六进制值。
答案 0 :(得分:0)
我没有在数据表中找到这些值(但看起来不太仔细)。
如果此模块使用标准地址样式:
SecondLine:0x40
ThirdLine:0x14
FourthLine:0x54
ResetCursor:0x02
http://web.alfredstate.edu/weimandn/lcd/lcd_addressing/lcd_addressing_index.html http://mil.ufl.edu/4744/docs/lcdmanual/commands.html