top of page

Unicorn HAT steps

​

1) In your Terminal, copy and paste the link below. You have to right click to copy and paste into the terminal. Ctl C and Ctl V will not work.

 

curl -sS https://get.pimoroni.com/unicornhathd | bash

 

2) Click on your folders icon (this is /home/pi next to the globe symbol)

​

3) click Pimoroni--->unicornhathd--->projects--->unicornpaint

​

4)highlight all files in here, cut them then paste them on your desktop

​

5)right click on the one called paint.py and  open in Thonny Python IDE

​

6)there has been an update on this code so now go here https://raw.githubusercontent.com/pimoroni/unicorn-hat-hd/master/projects/unicornpaint/paint.py

​

7)highlight all text and copy

​

8)go back to Thonny highlight all the text and replace it with the the text you just copied from step 6 and 7

​

9)close Thonny

​

10) In the browser, copy and paste

http://127.0.0.1:8000

​

11)paste this website to your desktop

​

now when open the paint program click on paint.py first then the desktop link to the web address

 

​

bottom of page