Pimoroni HyperPixel 4.0" for Raspberry Pi 3B or older - guysoft/FullPageOS GitHub Wiki
HyperPixel 4.0" for Raspberry Pi 3B+ or older
HyperPixel 4.0 is an 800x480 pixel display for the Raspberry Pi, with optional capacitive touchscreen.
Installing / Uninstalling
- 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 bottomhyperpixel4-rotate right
- landscape, power/HDMI on tophyperpixel4-rotate normal
- portrait, USB ports on tophyperpixel4-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/
.