This display mount attaches using stock hardware on the V0.2 as well as the hardware that is included with the display
Thanks DragonKitty! for testing the display mount |
To install the display follow the driver installation procedure on waveshares website here
if you find that the drivers that you need are not included in the waveshare repo, they removed older versions but i have zipped and uploaded those here along with the old instructions from waveshare
After the drivers are installed run the following command to open up the config.txt for the raspberry pi
cd ~
sudo nano /boot/config.txt
This line you added in the driver installation
dtoverlay=WS_xinchDSI_Touch,invertedy,swappedxy,I2C_bus=10
Needs to be changed to
dtoverlay=WS_xinchDSI_Touch,invertedy,invertedx,I2C_bus=10
save and exit that file
then while still ssh into the pi you will need to place this file in the following directory, you may have to create that directory if it is not already created
/usr/share/X11/xorg.conf.d/
now you can proceed with installing klipperscreen as normal i typically use kiauh to do that as it makes it that much easier