Because my English very bad, I am will be short.
I have some modules from DLPDesign and LCD display 20x4.
Modules based on FTDI chips FT245BM and FT232BM. This modules can uses in BitBang Mode(look in docs o FTDI website). Drivers for FTDI chips and DOCs you can download from FTDI site.
I am connect FTDI chip to LCD module in 4bit mode:
- Code: Select all
FT245BM FT232BM Bit-Bang Data bit LCD Module
Data0 TXD Data0 Data4(low byte in 4bit mode)
Data1 RXD Data1 Data5
Data2 RTS Data2 Data6
Data3 CTS Data3 Data7(high byte in 4bit mode)
Data4 DTR Data4 E
Data5 DSR Data5 R/W
Data6 DCD Data6 A0
Data7 RI Data7 not used
And test modules with FT245BM and FT232BM - it works.
Photo of front LCD device:
Photo of rear LCD device:
Photo of front board:
Photo of rear board:
Photo of DLPDesign modules:
Source code of simple driver you can download here. Its free for non commercial use and etc...(I am can't wrote a normal license and hope that you will respect my work).
This driver can use only 20x4 LCD Modules, but not difficult to make it for any screen - you can modify GotoXY() function(Except 40x4 Screen - need modify for select LCD controller chip).


