Author Topic: Pins of a 3.5 inch TFT screen?  (Read 857 times)

0 Members and 1 Guest are viewing this topic.

Offline VincenzoTopic starter

  • Regular Contributor
  • *
  • Posts: 73
  • Country: us
Pins of a 3.5 inch TFT screen?
« on: May 29, 2021, 02:33:20 pm »
I bought this screen recently and it comes with a little plastic stylus because it is a touch screen in addition to having a microSD slot. It was about US $12 from ebay and it worked when I used an arduino with a couple of libraries to test (Fruit GFX, and MCUFriend, I think their names).
The two chips shown on the back side are onlu '245 octal buffer/driver chips.
The SD pins are obvious because they start with SD.
Which pins are the touch functionality pins?
Any info about those screens are appreciated because it is rare by simply googling.
 

Offline MasterT

  • Frequent Contributor
  • **
  • Posts: 785
  • Country: ca
Re: Pins of a 3.5 inch TFT screen?
« Reply #1 on: May 29, 2021, 03:32:40 pm »
Quote
#define YP A2 
#define XM A3
#define YM 8   
#define XP 9   
https://create.arduino.cc/projecthub/electropeak/arduino-2-4-touch-screen-lcd-shield-tutorial-fe6f05
You can use your multimeter to test resistance among those pins. Sometimes its varying.
 

Offline VincenzoTopic starter

  • Regular Contributor
  • *
  • Posts: 73
  • Country: us
Re: Pins of a 3.5 inch TFT screen?
« Reply #2 on: May 29, 2021, 04:20:08 pm »
Thanks much. I don't know how I missed this. The only difference is the size. Didn't understand the quote but there is a table that has different shades of blue that gives me exactly what i was looking for. Is there a little module on ebay that connects to those screens and make them I2C or SPI serial?
 

Offline MasterT

  • Frequent Contributor
  • **
  • Posts: 785
  • Country: ca
Re: Pins of a 3.5 inch TFT screen?
« Reply #3 on: May 29, 2021, 04:36:01 pm »
Nothing I aware of. There are shields ST7735 ST7789 with spi interface. I2C isn't an option - too slow.
You may get arduino uno regular fashion, aliexpress price $-3-4 and use it as spi to parallel interface. Arduino would communicate over D10-D13 - free w/o SD card attached spi pins to master cpu..
 

Offline WattsThat

  • Frequent Contributor
  • **
  • Posts: 766
  • Country: us
Re: Pins of a 3.5 inch TFT screen?
« Reply #4 on: May 29, 2021, 07:23:32 pm »
Quote
Is there a little module on ebay that connects to those screens and make them I2C or SPI serial?

No such board. I2C is okay for character mode LCDs but not graphics.

Native SPI screens are commonly available with the ST7735 controller at 1.8/2.2/2.4 inches at a 132x162 maximum resolution. The larger 2.2/2.4/2.8/3.2 inch sizes at 240x320 resolution have the ILI9341 controller.

Once above 240x320 resolution, it’s anybody’s guess on the controller which determines how easy it would be to find a usable library with reasonable performance.

It is fair to say that once past the physical board specs, there is little to no standardization in the market segment known as cheap Arduino plug-in tft’s.
 

Offline VincenzoTopic starter

  • Regular Contributor
  • *
  • Posts: 73
  • Country: us
Re: Pins of a 3.5 inch TFT screen?
« Reply #5 on: May 30, 2021, 02:38:02 am »
I, actually, lost track of "Arduino" and "Uno" and other italian (or italianized english) words used for renaming Atmel (and now other) chips after adding a piece of assembly in them, I use the Atmel chips themselves. It was cute over 15 years ago when the idea was new, and always cute for microcontroller beginners for a few experiments. Another thing, I don't like those professional C++ programmers who engrave "Ardino pin numbers" in stone in their classes/libraries and the daughter boards in the shape of the 2005 original board (to save those programmers from the savagery of using physical tools like a soldering iron or the EE SW tools like PCB design), so I always add to my notebook lookup tables and notes for flexibility after spending quite a bit of time inside their code files looking for the "stones". I believe, like most people I know, that your own personal "Arduino"/project board is a PCB order away.
« Last Edit: May 30, 2021, 02:46:39 am by Vincenzo »
 
The following users thanked this post: Doctorandus_P

Offline coromonadalix

  • Super Contributor
  • ***
  • Posts: 5906
  • Country: ca
« Last Edit: May 31, 2021, 02:50:37 am by coromonadalix »
 
The following users thanked this post: Vincenzo

Offline VincenzoTopic starter

  • Regular Contributor
  • *
  • Posts: 73
  • Country: us
Re: Pins of a 3.5 inch TFT screen?
« Reply #7 on: May 31, 2021, 10:21:30 am »
Theses ones came up
https://forum.arduino.cc/t/3-5-tft-lcd-from-mcufriend-for-arduino-uno-320x480-ili9327/339132

https://forum.arduino.cc/t/help-mcufriend-3-5-tft-lcd-480x320-esp32-solved/559854



try this one first
https://iotexpert.com/mcu-friend-3-5-tft-identification/

These are GREAT

This screen makes a great major part for any project for its price. And to make life easier a small Atmel microcontroller can be used with it simply as a HMI or GUI with the "Arduino as ISP" those "libraries" for a couple of bucks.

Thnx much
 


Share me

Digg  Facebook  SlashDot  Delicious  Technorati  Twitter  Google  Yahoo
Smf