5Inch HDMI LCD for RPI 800x480

In order for the LCD to work ... my version

Go clone from git the following git repository LCD-show

    After this, edit with your favorite text editor from console /boot/config.txt (sudo mcedit /boot/config.txt) my favorite is mc (sudo apt install mc -y) and of course, at the end of the file copy the settings from below make sure to have penirq=22 instead of penirq=25 if the touchscreen does not work
 
Finally for calibration if necessary do:

sudo apt install -y xinput-calibrator

and calibrate the screen:

DISPLAY=:0.0 xinput_calibrator

Comentarii

Postări populare de pe acest blog

DevExpress Theme Changer ...

.NET Core Dependency Injection with Func as constructor parameter