A tft addin for pbp3


Closed Thread
Results 1 to 40 of 142

Hybrid View

  1. #1
    Join Date
    May 2013
    Location
    australia
    Posts
    2,682


    Did you find this post helpful? Yes | No

    Default Re: A tft addin for pbp3

    forgot the happy snap
    Attached Images Attached Images  

  2. #2
    Join Date
    Oct 2013
    Posts
    41


    Did you find this post helpful? Yes | No

    Default Re: A tft addin for pbp3

    HELLO Richard,
    If you could give me some explanations about connections of the LCD display on PIC processor.
    I just ordered one piece from eBay and on it I have these pins:


    LCD DISPLAY ILI9341 --------> PIC-PROCESSOR
    VCC---->3.3V
    GND--->ground
    LED--->
    CS---->
    D/C------->
    RESET---->
    SDI------>
    SDO----->
    SCK------->

    I don't now how to connect it on PIC?
    Last edited by visnja30; - 26th June 2015 at 23:02.

  3. #3
    Join Date
    May 2013
    Location
    australia
    Posts
    2,682


    Did you find this post helpful? Yes | No

    Default Re: A tft addin for pbp3

    cs,d/c,reset all need to be on the same port / sdi and sck connect to a h/w spi port (adjust code to suit)

    LCD DISPLAY ILI9341 --------> PIC-PROCESSOR
    VCC---->3.3V ( seems to be ok with 5v the board has an onboard regulator) but 3.3v works too
    GND--->ground
    LED---> -----------3.3v
    CS----> in my example porth.4
    D/C-------> in my example porth.5
    RESET----> in my example porth.5
    SDI------> in my example portd.4 sdo2 on pic
    SDO-----> n/c
    SCK-------> in my example portd.6 sck2 o pic

    st7735 is the same but has no sdo pin

  4. #4
    Join Date
    May 2013
    Location
    australia
    Posts
    2,682


    Did you find this post helpful? Yes | No

    Default Re: A tft addin for pbp3

    now with individually sizeable buttons
    Attached Images Attached Images  
    Attached Files Attached Files

Similar Threads

  1. Replies: 0
    Last Post: - 25th September 2013, 19:33
  2. code examples / libraries for ILI9320 2.8" TFT LCD Module
    By longpole001 in forum mel PIC BASIC Pro
    Replies: 10
    Last Post: - 6th June 2013, 09:50
  3. I really need some help with PBP3
    By Ramius in forum mel PIC BASIC Pro
    Replies: 5
    Last Post: - 26th February 2012, 17:05
  4. What's with PBP3?
    By BrianT in forum mel PIC BASIC Pro
    Replies: 3
    Last Post: - 10th August 2011, 18:09
  5. Experience of driving TFT screens?
    By isaac in forum General
    Replies: 1
    Last Post: - 26th September 2008, 01:15

Members who have read this thread : 1

You do not have permission to view the list of names.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts