code examples / libraries for ILI9320 2.8" TFT LCD Module


Closed Thread
Results 1 to 11 of 11

Hybrid View

  1. #1
    Join Date
    Feb 2012
    Location
    PERTH AUSTRALIA
    Posts
    838


    Did you find this post helpful? Yes | No

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

    thanks Sphere , some very good starting point to run from.

    Was originally just looking to put simple txt and some color buttons for options for touch panel input for the application
    was looking to use some on hand existing 12F1825 32mhz pics for a starting point for the prototype

    The concern that i had is that interface preference is using asigning pins for SPI interface for LCD and other pins for spi 2 for the touch input ,
    but if the graphics updating is limited to simple text , i thought that this PIC would be ok ???


    slill looking at how / what pins are required

  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

    The main problem with using a colour graphic display is the abilty to redraw the display fast without you seeing the display update. Each pixel has to have an RGB value sent to it,so with 320x240 resolution you would need to send 230400 bytes to redraw the entire display. So I would recomend using a 64Mhz pic and the paralell interface in 8bit mode on the display for speed. These displays dont have any built in fonts so you will have to make your own.

    Sphere.

Similar Threads

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

Members who have read this thread : 0

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