diff --git a/draft/boards/hyperpixel.png b/draft/boards/hyperpixel.png new file mode 100644 index 0000000..5654121 Binary files /dev/null and b/draft/boards/hyperpixel.png differ diff --git a/draft/overlay/hyperpixel.md b/draft/overlay/hyperpixel.md new file mode 100644 index 0000000..38e2cc4 --- /dev/null +++ b/draft/overlay/hyperpixel.md @@ -0,0 +1,106 @@ + +# HyperPixel + +HyperPixel is a high-resolution 3.5" TFT display for the Raspberry Pi. Using a high-speed DPI interface, it boosts a 60 FPS frame rate and a resolution of approximately 270 pixels per inch (800x480). + +The display is capable of displaying 18-bits of colour (6 bits per colour, DPI mode 6 - RGB666), and provides capacitive multi-touch capabilities, more sensitive and responsive to touch than a resistive touch display. + +HyperPixel is compatible with any 40-pin version of the Pi, including Pi Zero and Pi Zero W. +Dimensions: 56.5x86x10mm (WxHxD, depth includes header and display). + +To get the display set up, you can use the one-line product installer: + +```bash +curl -sS https://get.pimoroni.com/hyperpixel | bash +``` + +And follow the instructions!