nopnop2002 / wiringpi-tft-tool

TFT Command Line Tool for Raspberry Pi
MIT License
38 stars 10 forks source link

2.6" ILI9342 #4

Closed 32teeth closed 5 years ago

32teeth commented 6 years ago

Came across your repo, great stuff. Managed to get the 2.8" ILI9341 working well

My question is for the ILI9342

I have this 2.6" 37PIN ILI9342

Which has this pinout

I can seem to get it to work with the pin mapping you defined Any help or insight would be great!

link to product on AliExpress

nopnop2002 commented 6 years ago

Your TFT is 16 Bit Parallel I/F. This library is NOT support 16 Bit Parallel I/F.

32teeth commented 6 years ago

Description says 'NoEnName_Null 2.6 inch 2.5 inch Widescreen 37pin display 320*240 LCD MCU 8bit 16bit TFT'

nopnop2002 commented 6 years ago

If it work using 8 bit Parallel I/F, Probably DB0-DB7 become a data pin.

But I have not tried.

32teeth commented 6 years ago

Can i run this with

con2fbmap 1 1

to mirror hdmi?

nopnop2002 commented 6 years ago

No This library doesn't use frame buffer.