TFT Library for SPI

Hello, I am using this libraty and work fine for *1 display.

I create code and its ok, byt now i want to change display model, my now display data is:

  1. 2.4" diagonal LCD TFT display
  2. Bright, 4 white-LED backlight, on by default but you can connect the transistor to a digital pin for backlight control
  3. Colorful, 18-bit 262,000 different shades
  4. 4-wire resistive touch screen
  5. 8 bit digital interface, plus 4 control lines
  6. Uses digital pins 5-13 and analog 0-3. That means you can use digital pins 2, 3 and analog 4 and 5. Pin 12 is available if not using the micro SD
  7. 5V compatible, use with 3.3V or 5V logic
    9.Resolution: 240X320
    10.Driver IC: ILI9341

This library wont work on this display *2. Is there modified version of this libraty that work with this display?
This libraru have code example, and they do not work to.

This two display have diferent pin order and mark.

*1

*2

Your library is for SPI connected displays, which your first picture is. The second is parallel.

Try:

Thanks, Van der, your library is similar to my. Now I must modify wholl my code.
Thanks again.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.