Correct settings example for hd44780/ftdi in 4bit mode (by L. Colangiuli)

This commit is contained in:
mmdolze
2011-10-06 20:29:29 +00:00
parent 377aa5d9f8
commit 72dff35234
2 changed files with 10 additions and 7 deletions
+2 -2
View File
@@ -1964,9 +1964,9 @@ channel FTDI FIFO chip:
[hd44780]
ConnectionType=ftdi
ftdi_mode=4
ftdi_line_RS=0x40
ftdi_line_RW=0x20
ftdi_line_EN=0x10
ftdi_line_RS=0x20
ftdi_line_RW=0x40
]]>
</screen>
</example>