Rotate Pimoroni Hyperpixel 90°
Display Rotation First change display rotation in /boot/config.txt display_rotate=1 Edit Hyperpixel touch driver Then you need to edit the touch driver. Luckily it is a python script. I have the Information from here https://forums.pimoroni.com/t/hyper-pixel-rotate/5276/4. But the script has changed. sudo nano /usr/bin/hyperpixel-touch So here are my changes. In the upper part Exchange 480 by 800 and viceversa: (e.ABS_X, AbsInfo(value=0, min=0, max=480, fuzz=0, flat=0, resolution=1)), […]