adafruit / Adafruit_Python_ILI9341

Python library to control an ILI9341 TFT LCD display. Allows simple drawing on the display without installing a kernel module.
MIT License
80 stars 100 forks source link

ILI9340 #1

Closed Ivoah closed 10 years ago

Ivoah commented 10 years ago

Does this work with the ILI9340?

tdicola commented 10 years ago

It should in theory, although I haven't tested it yet. I just got an ILI9340 display though and can give it a shot in the next couple days to confirm.

Ivoah commented 10 years ago

I have the Adafruit 2.2" display with ILI9340 driver, and when I run the examples the screen turns black for a second and then goes back to white.

ladyada commented 10 years ago

The init code is slightly different for the ILI9340, it may not be exactly compatible...sorry!

Ivoah commented 10 years ago

@tdicola Do you plan on making a python library for the ILI9340? Also, you might want to remove the part in the readme that says it works with the 2.2" TFT

ladyada commented 10 years ago

readme edited - there is no current plan for porting this to any other chipset - pull requests are accepted! thx! :)

Ivoah commented 10 years ago

Is the init the only difference?

ladyada commented 10 years ago

probably!

Ivoah commented 9 years ago

I have ported this to work with the ILI9340, what would be the best way to merge the two?

lexruee commented 9 years ago

I bought the 2.2" LCD display (http://www.adafruit.com/products/1480) with the ILI9340 driver and tested all examples with the latest commit 54d52bde26cec29bb497b1b8a5a904c93119efe9. So far they all seem to work properly :smiley:.