💰 Pairs well with monitoring software for a personalized build aesthetic
FILTERS
🔍
SORTVIEW
ProductSizeresolutionConnectionValuePrice
ELECROW 5-Inch Resistive Touch Screen TFT LCD Display, 800x480 HD Resolution, Compatible with Raspbe
ELECROW★★★★4.3🔥 DEAL -$3
5"
800x480
HDMI
—
$46
$42.99
Specifications
reviews1200
asinB013JECYF2
Size5"
resolution800x480
ConnectionHDMI
panelTypeIPS
touchtrue
Customer Reviews★★★★★4.8 · 4 reviews
★★★★★Love it
Works great with my cyber deck & was easy to set up
Crimson L · 2026-04-28 · via amazon
★★★★★Comprehensive Review of the Elecrow 5” Touchscreen: Highs and Lows
I recently purchased the Elecrow 5” touchscreen, intrigued by its compact size and compatibility promises with Raspberry Pi devices. Here’s my detailed experience with it:
Performance & Usability:
The touchscreen generally performs well, providing a crisp and bright display that enhances my projects' interactivity. The screen resolution is commendable, delivering clear and vibrant visuals, which is a plus for anyone looking to add a display to their Raspberry Pi.
Power Requirements:
However, it’s important to note that this screen requires additional power to function optimally. It isn’t a simple plug-and-play solution with the Raspberry Pi, as one might expect. This means you’ll need to plan for an additional power source or a more robust setup than initially anticipated, which could be a slight inconvenience for those expecting a straightforward setup.
Connectivity & Integration:
Setting up the screen wasn’t entirely seamless. While it’s marketed as compatible with Raspberry Pi, the lack of plug-and-play functionality means you'll spend extra time on installation and possibly troubleshooting. This aspect could be improved for a better user experience.
Screen Performance:
The screen's brightness is impressive, offering clear visibility in various lighting conditions. However, I’ve noticed intermittent lagging, which might not affect all users but is worth mentioning for those who require consistent, real-time responsiveness.
Overall Experience:
Despite these challenges, the Elecrow 5” touchscreen is a solid choice for hobbyists and developers looking to enhance their Raspberry Pi projects. The extra effort in setup and power arrangements is a small trade-off for the screen’s overall quality and performance.
Recommendation:
I recommend this product with the caveat of the mentioned issues. It’s suitable for users who are prepared to handle the extra steps for power and those who can tolerate occasional screen lags. If you’re looking for an affordable, bright, and generally reliable touchscreen for your Raspberry Pi, this is a worthy option, provided you’re ready to tackle its quirks.
Ty · 2024-02-28 · via amazon
★★★★★Rasberry Pi 3 - Easy Install Instructions
This screen is a great little device. It is bright and crisp. The touchscreen works well. Installing it took me quite a few tries though, so I thought I would post my findings to help someone else.
I have have only tested this on a Raspberry Pi 3 running Debian Jessie, but it may work on other versions and flavors.
Strong recommendation: Do not bother downloading the so-called "driver" noted in various places. The version for Debian Jessie is really just a script that copies configuration files (that seem to have some errors) into your /etc/ directories that brick your device. Happily, there is no need to do this, you can easily modify the files yourself.
Prior to connecting the new display, do the following:
The only software you need is for the touchscreen. You can get this with "sudo apt-get install xinput-calibrator"
Then edit /boot/config.txt to add the following lines:
----------------------------------------------------------------------------------
hdmi_group=2
hdmi_mode=1
hdmi_mode=87
hdmi_cvt 800 400 60 6 0 0 0
dtparam=spi=on
dtparam=i2c_arm=on
dtoverlay=ads7846,cs=1,penirq=25,penirq_pull=2,speed=50000,keep_vref_on=0,swapxy=0,pmax=255,xohms=150,xmin=200,xmax=3900,ymin=200,ymax=3900 <======Note this is all on 1 line!
dtoverlay=w1-gpio-pullup,gpiopin=4,extpullup=1
----------------------------------------------------------------------------------
Shutdown the pi, and connect the display. When you power it back up, you should have a perfect display. You can now calibrate the touchscreen by running Menu-->Preferences-->Calibrate Touchscreen. Click each of the four targets when requested and then you will get a text window which explains what you should put into a calibration file. For the Pi, the filename should be /usr/share/X11/xorg.conf.d/99-calibration.conf.
And presto, you are done. I bricked my Pi 4 times getting this figured out...it is silly how easy it is once you know what needs to be done.
Good luck!
IslePilot · 2016-07-03 · via amazon
★★★★★Solid, bright, works great.
This little screen is fantastic, and a pretty dang good deal, to boot! I wanted to make myself a little portable Pi-based machine to take with me on the go, and a 5-inch screen seemed just about the right size. There are plenty of choices here on Amazon, but I decided to give this one a shot since it could also be used as a regular HDMI monitor.
As the instructions note, this will not work with your Pi right out of the box; it needs some drivers and configuration settings tweaked first, or it'll light up and look like it's broken at first. A helpful note card included with the display lists a couple websites - one is the company's wiki that lists step-by-step instructions on setting things up, and the second is a helpful youtube video that gives a full run-down as well. Following the instructions on the wiki was a snap - Just install the latest Raspbian, copy/paste some configuration settings, clone Elecrow's git repository, run the binary, and reboot. Voila, a bright, sharp, vibrant display, ready to go.
I'm currently attempting to find a nice case to put it all in for safer transport, but even without that, I'd say this is a great choice if you just want a small touchscreen display for your Raspberry Pi.