diff --git a/src/en/overlay/scroll-phat.md b/src/en/overlay/scroll-phat.md new file mode 100644 index 0000000..25327e4 --- /dev/null +++ b/src/en/overlay/scroll-phat.md @@ -0,0 +1,45 @@ + +#Scroll pHAT + +The Scroll pHAT provides a matrix of 55 white LED pixels that is ideal for writing messages, showing graphs, and drawing pictures. Perfect for RPi Zero but works with A+/B+/2 too! + +To get the pHAT set up and ready to go you can use the one-line product installer: + +```bash +curl -sS get.pimoroni.com/scrollphat | bash +``` + +Then import it into your Python script and start tinkering: + +```bash +import scrollphat +```