Out West
Reviewed in the United States on August 13, 2024
The media could not be loaded.
Jack
Reviewed in the United States on July 12, 2023
Have quite a bit of experience with these displays. They work well with the adafruit library. First one I got was doa. I could get it to work but only at very specofic voltages and i had to use pwm for the backlight. I know from experience that is not right. No pwm input is needed. Second one works fine with 3.3 or 5v. Had i not got a dud first it would be 5 stars.
CMK
Reviewed in the United States on May 2, 2023
Quality tft display. Well packaged to avoid shipping damage. Worked right out of the box. Never a bad deal from hiletgo
Viking Lawyer
Reviewed in the United States on March 2, 2021
These little displays are bright, easy to use, and for their resolution and size, have a pleasing output. Use the eTFT libraries and you'll have a blast using these displays. Enjoy :)
F
Reviewed in Australia on July 25, 2020
Got three of them all working(1 with Arduino Leonardo and 2 with NodeMCU ESP8266).arduino will need a solution to the 5v out 3.3v in(10s solder job) NodeMCU is directly compatible.i used adafruits code.Very happy. getting more. also hiletgo products have all been functional so far. becoming a fan.Update: switched to TFT_eSPI.h library. Wow. Orders of magnitude faster display now. A bit trickier to setup but well worth it.
rwrife
Reviewed in the United States on April 17, 2020
For the price, this is probably highest quality screen you're going to get, the colors and brightness are decent and it's a breeze to wire to Arduino, ESP32 and RPi. I've used dozens of these without many issue. My only complaint is that I wish they would offer a model w/o the SD card reader and w/o the header pins pre-installed.
Joe McGlothin
Reviewed in the United States on January 4, 2019
I ended up buying the 2.8 and the 2.2" screens because they were fairly inexpensive and I wasn't sure which size I would work best for a RetroPie build I'm working on, but ended up using the 2.8" screen mainly due to real estate.Keeping this 2.2 around, super easy to use and since it's ILI9341 there's an awesome driver available for the Pi that will give 60FPS on RetroPie/Raspian! The old homage "Your eyes can't tell the difference between 30 FPS and 60 FPS" is incorrect for most people, you definitely notice a difference!
Western
Reviewed in the United States on October 19, 2018
The display is compact and well built making it ideal for small projects. However, even at the maximum hardware SPI speed of an Arduino Uno Rev. 3, the refresh rate is too slow for any meaningful use of simple moving graphics. For example, refreshing is obvious even when displaying only an incrementing integer.Note:The sample code provided by the supplier (I assume), is not making use of the Arduino Uno's hardware SPI which results in an extremely slow refresh rate. To use the hardware SPI on the Arduino Uno Rev 3, change the definitions and constructor call for the Adafruit library as below.Also, this display is clearly designed for 3.3V operation only. It is possible to run the LED at 5V but all other connections should not exceed 3.3V.#include "SPI.h"#include "Adafruit_GFX.h"#include "Adafruit_ILI9341.h"// All connections shown here for the purpose of explanation.// Only TFT_CS, TFT_DC and TFT_RST used by constructor.#define TFT_DC 9#define TFT_CS 10#define TFT_MOSI 11#define TFT_CLK 13#define TFT_RST 8#define TFT_MISO 12// Use hardware SPI (on Uno, #13, #12, #11) and the above for CS/DCAdafruit_ILI9341 tft = Adafruit_ILI9341(TFT_CS, TFT_DC, TFT_RST);
Ed
Reviewed in the United States on January 1, 2018
I used 5v to led pin, 3.3v to vcc and 1k / 1.5k resistor voltage dividers to get it to work. 1k resistor in series from Arduino to tft logic pin, 1.5k from tft pin to ground. The Adafruit ILI9341 library worked fine. The PNG diagram off the Arduino forum was very helpful... Sorry, Amazon doesn’t allow links. Fairly, easy to find though...#define TFT_DC 9#define TFT_CS 10#define TFT_MOSI 11#define TFT_CLK 13#define TFT_RST 12#define TFT_MISO 8// Use hardware SPI (on Uno, #13, #12, #11) and the above for CS/DC//Adafruit_ILI9341 tft = Adafruit_ILI9341(TFT_CS, TFT_DC);// If using the breakout, change pins as desiredAdafruit_ILI9341 tft = Adafruit_ILI9341(TFT_CS, TFT_DC, TFT_MOSI, TFT_CLK, TFT_RST, TFT_MISO);Serial monitor output:ILI9341 Test!Display Power Mode: 0x94MADCTL Mode: 0x48Pixel Format: 0x5Image Format: 0x80Self Diagnostic: 0xC0Benchmark Time (microseconds)Screen fill 18159720Text 921664Lines 8537648Horiz/Vert Lines 1485756Rectangles (outline) 946520Rectangles (filled) 37689232Circles (filled) 5325780Circles (outline) 3725412Triangles (outline) 1944508Triangles (filled) 12525852Rounded rects (outline) 1782700Rounded rects (filled) 40989648Done!hope this helps...Ed
m185
Reviewed in Japan on September 8, 2016
680円が魅力的な価格だったのに、もう買わないですね、元の値段なら再購入します。
Ma.H
Reviewed in Japan on September 25, 2016
The media could not be loaded.
Customer
Reviewed in Japan on September 19, 2016
安価なカラーLCDですが、動作問題なしです。再度追加購入を検討中です。
mendow
Reviewed in Japan on August 6, 2016
中国発なので心配したが商品は予定よりも10日も早く到着した。梱包も丁寧で、商品も作動良好です。