dglaude / fourletter-phat

Python library for the Pimoroni Four Letter pHAT

Home Page:https://shop.pimoroni.com/products/four-letter-phat

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Four Letter pHAT

Four Letter pHAT has one simple purpose: to let you display four letter words*!

*Not that sort!!! Also lets you display other numbers, characters, etc.

https://shop.pimoroni.com/products/four-letter-phat

Installing

Full install ( recommended ):

We've created a super-easy installation script that will install all pre-requisites and get your Four Letter pHAT 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 https://get.pimoroni.com/fourletterphat | bash

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

Library install for Python 3:

sudo pip3 install fourletterphat

Library install for Python 2:

sudo pip2 install fourletterphat

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

Documentation & Support

About

Python library for the Pimoroni Four Letter pHAT

https://shop.pimoroni.com/products/four-letter-phat


Languages

Language:Python 59.0%Language:Shell 19.8%Language:Makefile 16.8%Language:HTML 2.3%Language:CSS 2.1%