Shop OBEX P1 Docs P2 Docs Learn Events
Please help me interfacing 8-bit parallel LCD — Parallax Forums

Please help me interfacing 8-bit parallel LCD

JLSJLS Posts: 76
edited 2013-04-11 06:30 in Propeller 1
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

Comments

  • caskazcaskaz Posts: 957
    edited 2013-04-11 05:59
    Hi.
    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).
  • RaymanRayman Posts: 14,665
    edited 2013-04-11 06:04
    You could look at rayslogic.com for the QMP code. That one has a similar display and also uSD and audio amp.
    For your display, you'd have to change the init sequence and probably some changes to the assembly driver too...
  • JLSJLS Posts: 76
    edited 2013-04-11 06:30
    Thanks usefull info and links.

    Writing driver is very hard to me but i´m studying manual for more info about it.

    Kamil
Sign In or Register to comment.