Please help me interfacing 8-bit parallel LCD
JLS
Posts: 76
Hi all
Please is possible help me interfacing this 8-bit parallel LCD board with propeller chip ? http://www.mikroe.com/add-on-boards/display/easytft/
Do exist 8-bit parallel LCD standard for interfacing or independent LCD must be controlled with specific driver ?
Many thanks help with this.
Kamil
Please is possible help me interfacing this 8-bit parallel LCD board with propeller chip ? http://www.mikroe.com/add-on-boards/display/easytft/
Do exist 8-bit parallel LCD standard for interfacing or independent LCD must be controlled with specific driver ?
Many thanks help with this.
Kamil
Comments
Maybe I think spin-code for ILI9341 doesn't exit .
I had wrote forth-code for ILI9325.
#8 in Propforth 3.5 includes Low Res VGA
http://forums.parallax.com/showthread.php/126285-Propforth-3.5-includes-Low-Res-VGA
Your TFT Board's controller is ILI9341.
Both is alike, but detail is different.
It seems to use 8bit-mode.
You should understand ILI9341-manual.
There are information you want inside its manual.
There also are sample code.(c langauge).
For your display, you'd have to change the init sequence and probably some changes to the assembly driver too...
Writing driver is very hard to me but i´m studying manual for more info about it.
Kamil