

🚀 Elevate your DIY projects with vibrant touch and versatile power!
The DIANN 2.8" ILI9341 SPI TFT LCD Touch Panel is a high-performance 320x240 pixel display module featuring a resistive touch screen and built-in SD card socket. Designed for seamless integration with Arduino and STM32 platforms, it supports both 3.3V and 5V logic levels via an onboard power regulator. This compact, all-in-one module delivers vivid RGB visuals, responsive touch input, and flexible connectivity, making it an essential upgrade for professional-grade embedded projects.
| ASIN | B0BNQBKFCT |
| Best Sellers Rank | #53,229 in Industrial & Scientific ( See Top 100 in Industrial & Scientific ) #16 in LCD Touch Panels |
| Customer Reviews | 4.0 4.0 out of 5 stars (38) |
| Date First Available | January 10, 2023 |
| Item Weight | 1.44 ounces |
| Manufacturer | DIANN |
| Product Dimensions | 3.3 x 1.9 x 0.2 inches |
C**N
Works well, but difficult to find good instructions on setup.
This display works great. Clear backlight, viewing angles are better than I expected, and the touch screen accuracy (although not perfect) is plenty good enough for what I'm using it for. My main gripe with this display is that it's real hard to find good instructions on wiring this thing up with a Raspberry Pi. That's probably to be expected given the price, though. For anyone else using a Pi, here's what I had to do: - This display has different SPI lines for the display and the touchscreen. You can tie both of them together (T_DO to SDO, T_DIN to SDI, T_CLK to SCK). You just have to make sure you have different CS lines for each of them. However, due to bus frequency differences, I'd recommend putting each on a separate SPI bus if you have the choice (my second one was already in use). - If you're using CircuitPython, you can't use the SPI0 CE0/1 pins for this -- pick any other GPIO pin. - The display library I used was adafruit/Adafruit_CircuitPython_RGB_Display on GitHub. - The touch panel library I used was humeman/xpt2046-circuitpython on GitHub. - When using the Adafruit display library, whenever you control the screen it updates the SPI bus frequency to 16M. This doesn't work for the touchscreen if it's sharing the bus -- I've found that anything around 1M causes lots of inaccurate readings. As a workaround for this, assuming you're using one SPI bus as I am, you can run: spi.try_lock() spi.configure(baudrate = 100000) spi.unlock() every time before you poll the XPT chip for touchscreen coordinates. - I'd recommend attaching a resistor (I used a 100 ohm one, some others recommend 56) to the LED line. You can change the value of this depending on the brightness you want. I've attached the pins I used as a picture.
P**R
Good for the cost
This is a really good display for the cost. It's simple to hook up, and I've tried it out on several different MCUs. So here are some tips: Finding official datasheets on this display can be challenging unless you know what to search for. This board is known by its maker(s) as the MSP3218. You can find data on lcd wiki dot com. You want the page bearing the title 3.2inch_SPI_Module_ILI9341_SKU:MSP3218 and on that page are links to schematics, user guides, datasheets, the works. You may also find references to this display as "Red ILI9341" This product is really three things in one, a 320x240 TFT LCD Display controlled by the ILI9341, a resistive Touch Panel controlled by the XPT2046, and an SD card reader. All three can share the same SPI signals from the MCU (CLK, MISO, MOSI) but each uses a different CS (chip select) pin makes 6 wires. The display needs an extra DC wire, so this makes 7. The (optional) LED pin can always be on, connecting to 3V3, the (optional) RESET can be connected to the MCU (RST) reset, and the (optional) touch (T_IRQ) interrupt can be left unconnected. But if you opt to connect them to the MCU, that's a total of 10 (3V3 signal) lines plus 2 power lines. Note, this board designed for 3.3V (3V3) logic signals. Arduino Uno R3, Uno R4, Mega and some other MCU operate on 5.0V (5V0) TTL logic levels. To use this display on those boards, you MUST use some bi-directional "level shifters" in between the two to shift the logic signals between 5V0 and 3V3. ESP32, ESP32-S3 and some other MCU operate on 3V3 logic levels, so no level shifters are required. One symptom of the 5V0 over-voltage is a white screen, with no other obvious output. You power the Red PCB by its VCC/GND pins, and the docs say you use 3V3 or 5V0. But I have another tip, use 5V0 on the VCC. The schematics will show the Red PCB has a power regulator to regulate the 5V0 down the 3V3. If you supply it with 3V3 it still functions in SOME cases. It failed to operate with some MCU I've tried, unless I gave to 5V0. The SD Card is particularly sensitive to undervoltage, and may not work at all, unless it's getting a solid 3V3, which it can only do, if you supply the regulator with 5V0. Since the Arduino Uno is pretty common for people, I can offer the following connection schematic to get you up and running quickly. These pairing start with the Uno R3 signal, followed by the Red ILI9341 PCB signal name printed on the PCB. Uno 5V = VCC, Uno GND = GND, Uno RST = RESET, Uno 3V3=LED, Uno D13 = SCK+T_CLK+SD_CLK, Uno D12 = SDO(MISO)+T_DO+SD_MIDO, Uno D11=SDI(MOSI)+T_DIN+SD_MOSI, Uno D10=CS, Uno D09=DC, Uno D8=T_CS, Uno D7=SD_CS You're on your own installing libraries in Arduino IDE, there are several good ones out there. Google those chip names, and you should find what you need. I'm using Adafruit_ILI9341, and XPT2046_Touchscreen libraries. The SD library is built-in. Be patient, double check your connections, and enjoy this fun little display.
R**.
A headache of wasted time
1) it requires about 10 connections that you will check dozens of times for a proper connection to your arduino 2) no code, no forums, no A.I. assistance will solve the problem Not worth the trouble! Better off with a totally different version with different interface w arduino
B**T
Got what I ordered and in a reasonable time.
Hey, it just works. Decent touch screen, enabling custom soft buttons, or whatever you want. Bright enough for indoor use, haven't tried it in bright sum light. I haven't tried the SD card reader, however. It runs my Arduino application just fine. It was a drop in replacement to previous displays I ordered.
P**T
Works well
Worked well until I accidentally powered it with 12v from a boost converter that I thought was adjusted much lower. Not the product's fault, obviously.
M**R
Functional Little Screen
Working Little Display. It came with a honest-to-god DS Stylus, and no I haven't tried the touch screen, as I mainly just need a tiny display for my Raspberry Pi. Had some trouble getting it to work, but It works alright as a display.
A**A
Failed Electronics (Junk)
Don't waste your money. This product does not work as advertised. I tried multiple ways to run it with Arduino UNO R3 and it did not even come on.
W**G
Bigger than other OLED's
Works perfectly. I used it to replace similar LCD that was 2.8 inches. Pin layout is the same as the older LCD I was using. I use a python library downloaded from the web. The controller is ili9341. The ili9341 module is well documented and easy to understand.
ترست بايلوت
منذ يوم واحد
منذ أسبوعين