code examples / libraries for ILI9320 2.8" TFT LCD Module


Closed Thread
Results 1 to 11 of 11

Hybrid View

  1. #1
    Join Date
    Nov 2003
    Location
    Greece
    Posts
    4,172


    Did you find this post helpful? Yes | No

    Default Re: code examples / libraries for ILI9320 2.8" TFT LCD Module

    The LCD is really a bargain.

    But in any case you need a really fast controller to update the screen. Also you may need to read data from the SD card and then update the LCD. So more time needed.

    Microchip is supporting such LCDs but I think on the PIC32 series. Wonder why now?

    And a last thing. Using 8 bit or even better 16 bit interface is a must in this case. SPI? I would not think about it.

    Ioannis

  2. #2
    Join Date
    Aug 2005
    Posts
    95


    Did you find this post helpful? Yes | No

    Default Re: code examples / libraries for ILI9320 2.8" TFT LCD Module

    Mikroe has a some displays broken out on to a pcb but they use a different controller.

    http://www.mikroe.com/add-on-boards/display/

    Or if you want an all in one dev board.

    http://www.mikroe.com/mikromedia/pic18fj/

    I have this board and it works great. It's a bit of a fiddle to get it going but once you have mapped out all of the pins to the various on board devices it works. The touch panel uses the adc of the pic so you will have to write a bit of code to read it. The display uses an 8bit interface so you can just use standard BMP images for your graphics. The display you link to uses a 16 bit interface so any images will have to be converted to 16bit (eg.5bits red 6bits green 5bits blue) where’s a standard BMP image is 24bit (eg.8bit red 8bit green 8bit blue) so no need to convert.

    Hope it helps Sphere.

Similar Threads

  1. Timer code examples for PIC 16F628
    By Tastature in forum mel PIC BASIC
    Replies: 6
    Last Post: - 22nd November 2013, 03:47
  2. code examples and copyright
    By malc-c in forum mel PIC BASIC Pro
    Replies: 6
    Last Post: - 14th May 2010, 12:28
  3. sending string to module GSM with character ""
    By volcane in forum mel PIC BASIC Pro
    Replies: 1
    Last Post: - 2nd May 2010, 03:26
  4. Code Examples
    By Archangel in forum Forum Requests
    Replies: 33
    Last Post: - 30th June 2007, 10:34
  5. 16F88 - AD converter module always "ON"
    By flotulopex in forum mel PIC BASIC Pro
    Replies: 2
    Last Post: - 18th September 2006, 13:11

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