need help . how to set up a config 8bit on the ftdi? Chip FTDI FT2232D. connection of the User's Guide. what should be changed in the config ?
hd44780-ftdi driver is in 8 bit mode by default. Thus, no extra configuration should be necessary. Just set
[hd44780] ConnectionType=ftdi
Configure Size and Backlight according to your LCD. Most other options have no effect on the ftdi connection type.
ftdi_mode=4 ftdi_line_RS=0x40 ftdi_line_RW=0x20 ftdi_line_EN=0x10 this is so?
As written above, the driver is in 8 bit mode by default. Therefore ftdi_mode is not necessary.
Log in to post a comment.
need help .
how to set up a config 8bit on the ftdi? Chip FTDI FT2232D. connection of the User's Guide.
what should be changed in the config ?
hd44780-ftdi driver is in 8 bit mode by default. Thus, no extra configuration should be necessary. Just set
Configure Size and Backlight according to your LCD. Most other options have no effect on the ftdi connection type.
ftdi_mode=4
ftdi_line_RS=0x40
ftdi_line_RW=0x20
ftdi_line_EN=0x10
this is so?
As written above, the driver is in 8 bit mode by default. Therefore ftdi_mode is not necessary.