Home
JAQForum Ver 24.01
Log In or Join  
Active Topics
Local Time 01:08 28 Jun 2025 Privacy Policy
Jump to

Notice. New forum software under development. It's going to miss a few functions and look a bit ugly for a while, but I'm working on it full time now as the old forum was too unstable. Couple days, all good. If you notice any issues, please contact me.

Forum Index : Microcontroller and PC projects : do think this good screen that the touch works

Author Message
tenij000
Newbie

Joined: 30/05/2025
Location: Netherlands
Posts: 22
Posted: 02:44am 25 Jun 2025
Copy link to clipboard 
Print this post

https://www.otronic.nl/nl/28inch-tft-touch-screen-320x240-ili9341-spi.html?source=googlebase&gad_source=1&gad_campaignid=19639985996&gbraid=0AAAAACZK5qu7s0geR-8fgyUtjw3fcqD7t&gclid=CjwKCAjwmenCBhA4EiwAtVjzmqBWbdttJMeD01RmEdNu2uWq6Z_FDnFLhO5wXpABgZ796eB9gwnLKBoCr_IQAvD_BwE
 
PhenixRising
Guru

Joined: 07/11/2023
Location: United Kingdom
Posts: 1324
Posted: 07:08am 25 Jun 2025
Copy link to clipboard 
Print this post

Tip: This is the only portion of the link that's required (everything up to the "?")

  Quote  https://www.otronic.nl/nl/28inch-tft-touch-screen-320x240-ili9341-spi.html


But even better as a direct link


Use this button to create the direct link:

 
PhenixRising
Guru

Joined: 07/11/2023
Location: United Kingdom
Posts: 1324
Posted: 07:13am 25 Jun 2025
Copy link to clipboard 
Print this post

A quick search suggests that the OT3239 is the same as:

  Quote  OPTION LCDPANEL ILI9341


But that was Google. I know very little about these interfaces.
 
Mixtel90

Guru

Joined: 05/10/2019
Location: United Kingdom
Posts: 7806
Posted: 07:15am 25 Jun 2025
Copy link to clipboard 
Print this post

I9341 is one of the main "bread and butter" displays for the Pico. That's the "reference" display if you like. It has some disadvantages over some of the newer displays, but it does most things ok. I prefer the 3.2 inch version personally.

Incidentally, when you post a link you only need the part before the ? character. The rest is tracking information and stuff.

You can put a link into a post using the Link button (the one with a chain link over a globe). You are prompted for the text that you want others to see then for the actual HTML link itself. All you see in your post when it's uploaded is the text.
Mick

Zilog Inside! nascom.info for Nascom & Gemini
Preliminary MMBasic docs & my PCB designs
 
phil99

Guru

Joined: 11/02/2018
Location: Australia
Posts: 2566
Posted: 08:27am 25 Jun 2025
Copy link to clipboard 
Print this post

The OPs original question is about touch compatibility. In that link it doesn't say which touch chip is used but in the photo it looks like the standard resistive foil and chip.

The PicoMite supports XPT2046 resistive and FT6336 capacitive touch chips.
Resistive is the default and OPTION TOUCH FT6336 for capacitive.
Edited 2025-06-25 18:29 by phil99
 
Marcel27

Regular Member

Joined: 13/08/2024
Location: Netherlands
Posts: 89
Posted: 05:25am 26 Jun 2025
Copy link to clipboard 
Print this post

What about this  one?

A little more expensive.

EDIT: WIKI See mmbasic manual: The Waveshare should not MISO have issues.

OPTION LCDPANEL ILI9488, OR, DC, RESET, CS [,BL] [,INVERT]
Initialises a TFT display using the ILI9488 controller. This supports 480 * 320 resolution. Note that this
controller has an issue with the MISO pin which interferes with the touch controller. For this display to work the
MISO pin must not be connected.

OPTION LCDPANEL ILI9488W, OR, DC, RESET, CS [,BL] [,INVERT]
Initialises a TFT display using the ILI9488 controller. This supports the Waveshare 3.5" display as used on their
Pico Eval board and the normal 3.5" display adapter.
Edited 2025-06-26 15:40 by Marcel27
 
Print this page


To reply to this topic, you need to log in.

The Back Shed's forum code is written, and hosted, in Australia.
© JAQ Software 2025