wwqrd / scroll-phat-hd

Python library for Scroll pHAT HD

Home Page:https://shop.pimoroni.com/products/scroll-phat-hd

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Scroll pHAT HD

17x7 pixels of single-colour, brightness-controlled, message scrolling goodness!

https://shop.pimoroni.com/products/scroll-phat-hd

Installing

Full install ( recommended ):

We've created a super-easy installation script that will install all pre-requisites and get your Scroll pHAT HD up and running in a jiffy. To run it fire up Terminal which you'll find in Menu -> Accessories -> Terminal on your Raspberry Pi desktop like so:

Finding the terminal

In the new terminal window type the following and follow the instructions:

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

If you choose to download examples you'll find them in /home/pi/Pimoroni/scrollphathd/.

Library install for Python 3:

on Raspbian:

sudo apt-get install python3-scrollphathd

other environments:

sudo pip3 install scrollphathd

Library install for Python 2:

on Raspbian:

sudo apt-get install python-scrollphathd

other environments:

sudo pip2 install scrollphathd

In all cases you will have to enable the i2c bus.

Documentation & Support

About

Python library for Scroll pHAT HD

https://shop.pimoroni.com/products/scroll-phat-hd


Languages

Language:Python 90.5%Language:Shell 4.5%Language:Makefile 3.8%Language:CSS 0.6%Language:HTML 0.5%