







Desertcart purchases this item on your behalf and handles shipping, customs, and support to Ecuador.
🚀 Elevate your Raspberry Pi projects with a touchscreen that means business!
The ELECROW 5 Inch Touch Screen Monitor delivers a vibrant 800×480 resolution on a compact TFT LCD panel with a responsive industrial-grade resistive touchscreen. Designed for seamless compatibility with Raspberry Pi models and other HDMI devices, it features adjustable backlighting, built-in OSD controls, and mounting options for versatile DIY and professional applications. Lightweight and portable, this monitor is the ultimate upgrade for makers, gamers, and tech pros seeking a sleek, functional display solution.
















| ASIN | B013JECYF2 |
| Additional Features | Lightweight, Portable, Touchscreen |
| Aspect Ratio | 16:9 |
| Best Sellers Rank | #48,540 in Electronics ( See Top 100 in Electronics ) #29 in LCD Touch Panels #1,217 in Computer Monitors |
| Brand | ELECROW |
| Built-In Media | 5 inch touchscreen x 1, CD x 1, touch pen x 1, HDadapterx 1, copper pillars (4PCS) x 1 |
| Cable Length | 5 inches |
| Color | Black |
| Compatible Devices | Banana Pi, Desktop, Jetson Nano, Raspberry Pi |
| Connectivity Technology | USB |
| Contrast Ratio | Gut |
| Customer Reviews | 4.3 out of 5 stars 1,224 Reviews |
| Display Resolution Maximum | 800x480 pixels |
| Display Technology | LCD |
| Display Type | LCD |
| Hardware Connectivity | HDMI |
| Image Contrast Ratio | Gut |
| Item Dimensions D x W x H | 1"D x 4.7"W x 3"H |
| Item Weight | 113 g |
| Manufacturer | ELECROW |
| Model Name | RR050 |
| Model Number | RPA05010R |
| Mounting Type | Panel Mount |
| Native Resolution | 800 x 480 |
| Number of Component Outputs | 1 |
| Picture Quality Enhancement Technology | IPS |
| Pixel Pitch | 0.25 |
| Refresh Rate | 60 hertz |
| Resolution | SVGA |
| Response Time | 6 milliseconds |
| Screen Finish | Glossy |
| Screen Size | 5 inches |
| Screen Surface Description | Glossy |
| Series Number | 5 |
| Shape | Rectangular |
| Specific Uses For Product | Business, Desktop, Entertainment |
| Total Number of HDMI Ports | 1 |
| Total USB 2.0 Ports | 1 |
| Total Usb Ports | 1 |
| UPC | 602731537505 673257102690 |
| Unit Count | 1 Count |
| Viewing Angle | 170 degrees |
| Voltage | 5 volts |
| Warranty Description | 1 Year Manufacturer |
| Warranty Type | 1 Year Manufacturer Warranty |
F**X
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.
C**L
Love it
Works great with my cyber deck & was easy to set up
T**Y
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.
I**T
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!
C**R
Exactly what it says on the tin. One of ...
Exactly what it says on the tin. One of the beauties of this screen is that, since it uses the HDMI connection, you can start using it WHILE you install the drivers. It won't take up all of the screen under raspbian (I can't speak to other distros) until you get the drivers installed, but it will work as a display, even in an X11 environment, until then. Draws its power from the GPIO pins of the pi, although you'll want to use the proper power supply if you're going that route-- it tends to get undervoltage occasionally otherwise. On a whim, I checked, and it works as a display under Windows 7 Pro and and Windows 10 home. No touchscreen functionality-- the microUSB port is apparently strictly for power.
W**N
Functional, Flawed, but Favorable uses for low budget test display to get you through a jam
Of the two different elecrow 5 inch displays that are 800x480, this one is the cheeper option with less features, but functional for raspberry pi and other limited uses. As this was meant for the raspberry pi, the display can use the the function of the stylus for raspbian. However, when I hooked this device to my surface pro 2, the sound cut out and the 5" display would not respond to the stylus or touch. I then tested the set up using my bluetooth and aux line to my tablet and sound came out fine. So, either you will have to fiddle with you sound settings or hope whatever computer you use this with has an aux out port to get sound, because this device does not have the 3.5 audio port on it like the $50 model from elecrow. Is it worth buying the other? That depends on you. I use this for diagnostic work on video game systems to plug in and test if the device is working to the degree that I can see what I pay for. I also use this display to hook up to raspberry pi setups that are across my house as well as a plug and go display for experiments. The colors are off as brown does not show as well as it should. Some red comes out almost violet and Some grays have a tint of blue. I could go on, but honestly you do get what you pay for. I don't knock the product, but the fact is that this display has many functions that are best for the hobbist-maker rather than someone who wants a small display to hook up to his gamecube or extra camera display. I would go with the $50 model for that stuff as it does have an audio out and has more features. This device has plenty of potential, but there are limitations to this display that doesn't merit high praise. Rather, this 5 inch display is inexpensive, saves you money and if things go pop because of what you plugged it into, the monitor or display you were intending to use said device on won't destroy something more expensive. Consider this a good test display to aid your curiosity and introduce you to programing.
J**H
Perfect Second Monitor for a PC
Hardest part was figuring out how to mount it. It is very plug and play for a second monitor inside your pc case. I had to mount mine portrait for time being. Its perfect though for my weyland yutani pc theme. Just be sure to have a micro usb cable to a molex usb mobo connector for it or at very least have a usb mobo adapter with a 9 pin male molex plug in. Then get a micro usb to 9 pin female molex cable. Theyre like 5-7.00 prime on here. Get a short hdmi cable as well to run to your gpu. That should be all you need. If you want to mount it you do need to get a backing of some sort to bolt flush to the case inside. Only snag I hit but besides that its perfect.
J**H
Great looking screen, but the touchscreen is not as large as the screen.
Great looking screen, however the touch area is a tad bit smaller than the display area. For the price, it is a fantastic value. The HDMI connector works well, and it comes with supports for adding it into an enclosure. The stylus it comes with is nothing to brag about, but it indeed works. Display is sharp enough to read most text on it. I hooked this up to my raspberry pi3, and it immediately displays thru the HDMI port. The power is also shared between the raspberry pi and the display itself, however I did get power warning indicators meaning that I ended up using two USB wires to power both the display and the raspberry pi module itself. Things to note: As others have indicated for these displays, when initially using this, it will not natively fill the screen all the way. Meaning that you will need to have the proper drivers, and also add the correct display parameters to take advantage of the full screen. The second thing that I noticed, is that you will be required to manipulate the drivers for the touch screen aspect of it. Luckily there are some guides around, and some calibrations that you will need to do to get it working properly. To have mine work properly what I needed to do, was to reduce the display size to match (as well as possible) where the touch screen could actually sense. No, it will not sense at the edges of the screen, so you will need to play around with the display area in order to be able to hit the menu bar. Version of os: Raspbian Jessie Changes to get it to display full screen: Open terminal and use the command: sudo nano /boot/config.txt Copy and paste this into the /boot/config.txt ___________________________________________________ hdmi_group=2 hdmi_mode=1 hdmi_mode=87 hdmi_cvt 800 480 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 dtoverlay=w1-gpio-pullup,gpiopin=4,extpullup=1 --------------- Within this file you will also need to adjust the borders to reduce the actual display size to correlate with where the touch screen would sense any 'touch'. But before you have any idea where the touchscreen will work or not, the tool I used is xinput-calibrator You calibrate the touchscreen, and then copy the information (believe it was within /usr/share/X11/xorg.conf.d/10-evdev.conf) However it shows you two locations that can store this information. Be sure to watch the exact lines you edit, otherwise it will fail to boot properly and you will be forced to fix it thru the text prompts. Hope this helps, after playing around with it a bit, it is very useful once you get it working properly! Glad I purchased this, no regrets! Removed one star due to the touchscreen not sensing the entire display area, however for the price, it is acceptable.
A**R
Very easy to set up and use
Arrvied VERY quickly, and easy to set up and get working. The box and packaging it came it is very neat and protected the screen well. Package includes the screen, HDMI adapter, mounting hardware, a touch stylus, and a DVD that is filled with pre-setup Raspberry Pi images! These images especially are really useful as I was up and running in minutes with no configuration needed and everything working. The touch screen was already calibrated and worked out of the box on the pre-made images. The DVD also contains the manual, and also the 'config.txt' file which means you can just drop it onto any other Pi distro and it just works. They have also included the touch driver and instructions too which makes it simple. The included DVD really helped out a bunch, no downloading of anything was required it even included the tools to load the .img onto the SD card :) The screen is great quality, and is bright and clear. The touchscreen adds protection to the actual LCD panel itself so the whole thing feels robust. It is also possible to use it as an external laptop screen (providing you can set 800x480 resolution in your control panel, I found the my nVidia control panel allowed me to set custom sizes and it worked). The screen is larger than the Pi3 itself, and if you were mounting it in an enclosure the extra mounting posts would make it easy to attach to a flat surface from behind. The USB and Ethernet ports are full available and don't protrude or stick out which is nice. There are solder pads with SPI and 5V + GND labelled that can be used for other IO (the SPI pads are used for the touch screen so don't re-use these unless you know what you are doing). Overall very happy, much neater than having a giant HDMI cable plugged into a monitor that needs a PSU etc.. now all I need is a single USB cable and I can mess around with my Pi easily :)
C**F
Good
Nice product, wish there is hdmi angled connector.
よ**き
便利
OSインストール後のRaspberry pi 4 model bに使用。初期設定いらずで、繋げただけで問題なく映った。ただし、初期状態だとタッチ機能は使えない。 GPIOピンで繋げる場合は、モニター本体の電源、ラズパイ側の電源端子どちらかに電源ケーブルを繋げばGPIOで繋がっているため、電源供給される。 コンパクトにまとまるのでいい感じ。 画質はこのサイズなら丁度いい。3.5inchと迷ったが、視認性的には5inchモデルのこちらの方がいいかも。動画視聴にも問題はなし。コマンドも読めるサイズ。
D**A
Ein guter Bildschirm für den KlipperScreen
Ein sehr guter Bildschirm über den Preis läst sich streiten aber noch okay. Ich habe ihn für Klipper gebraucht da ich nicht immer den PC anschalten will um die Temperatur zu überwachen und sonst was ich steuern will. Die Installation ging sehr schnell und der KlipperScreen war auch schnell installiert. Das Touchscreen ist sehr gut auch ohne Stift, der mit beigelegt war. Das Display reagiert sehr gut und ohne Verzögerung, also ein gute Investition. Die Größe ist auch sehr gut, voll ausreichend. Ich kann das Display wärmstens empfehlen.
D**M
Écran 5pouce pour raspberry pi
Très content de recevoir le produit et m en servir au moment de L alume il me manque deux cm d écran et le tactile ne fonctionne pas je suis dégoûté.
Trustpilot
2 days ago
2 weeks ago