Electorials Electronics
Published © GPL3+

Review 010: 5-inch HDMI Touch Screen Display Review

A review of the 5-inch HDMI Touch Screen Display from 52pi.

IntermediateProtip30 minutes616
Review 010: 5-inch HDMI Touch Screen Display Review

Things used in this project

Hardware components

5-inch HDMI Capacitive Touch Screen Display
×1
PCBWay Custom PCB
PCBWay Custom PCB
×1

Story

Read more

Code

Raspberry Pi 5-inch HDMI Capacitive Touch Screen Configuration Text File

C/C++
/*
Please add and edit this into your Raspberry Pi's '/boot/config.txt' file in order to get the display fitting 
your screen:

framebuffer_width=800
framebuffer_height=480
hdmi_force_hotplug=1
hdmi_group=2
hdmi_mode=87
hdmi_cvt 800 480 60 6 0 0 0

Alternatively, there is another way, writing these commands directly into your Terminal:

git clone https://github.com/yoyojacky/52Pi.git
cd ~/52Pi
chmod +x restool.sh
./restool.sh

After writing those commands, follow the steps as shown on your display.
For more information on this, please check out the project made for this display down below.
*/

Credits

Electorials Electronics

Electorials Electronics

85 projects • 63 followers
I'm an electronic hobbyist interested in anything, from Arduino to drones. I plan to educate people with the content on my website.

Comments