-
Notifications
You must be signed in to change notification settings - Fork 243
Pimoroni HyperPixel 4.0" for Raspberry Pi 3B or older
msm-fc edited this page May 13, 2023
·
1 revision
HyperPixel 4.0 is an 800x480 pixel display for the Raspberry Pi, with optional capacitive touchscreen.
- Clone this GitHub repository to your Pi:
git clone https://github.com/pimoroni/hyperpixel4 -b pi3
- Then run the installer to install:
cd hyperpixel4
sudo ./install.sh
- Set the screen rotation
This command will update your touch settings and screen configuration settings to match, and you can rotate between four modes: left, right, normal, inverted.
-
hyperpixel4-rotate left
- landscape, power/HDMI on bottom -
hyperpixel4-rotate right
- landscape, power/HDMI on top -
hyperpixel4-rotate normal
- portrait, USB ports on top -
hyperpixel4-rotate inverted
- portrait, USB ports on bottom
This command changes the display_rotate
parameter in /boot/config.txt
and changes the touchscreen calibration dropped into /etc/udev/rules.d/
.