pimoroni / hyperpixel

Setup for the Pimoroni Hyper Pixel 800x480 pixel multi-touch display
https://shop.pimoroni.com/products/hyperpixel
MIT License
96 stars 29 forks source link

other OS support #21

Closed Xydis closed 6 years ago

Xydis commented 6 years ago

Can you provide support to use this awesome display on Kali Linux on Pi? Thank you!!

Gadgetoid commented 6 years ago

I'm told it works on Kali, however you need to create a /boot/config.txt file and run the installer from this repository directly, like so:

sudo touch /boot/config.txt
git clone https://github.com/pimoroni/hyperpixel
cd hyperpixel
sudo ./setup.sh

Since this works I will update our one-line-installer to permit Kali and create a config.txt where appropriate.