All Projects → pimoroni → gfx-hat

pimoroni / gfx-hat

Licence: MIT license
Python library for the Pimoroni GFX HAT

Programming Languages

python
139335 projects - #7 most used programming language
Makefile
30231 projects
shell
77523 projects
HTML
75241 projects
CSS
56736 projects

GFX HAT

https://shop.pimoroni.com/products/gfx-hat

Build Status Coverage Status PyPi Package Python Versions

Combining a 128x64 pixel monochrome LCD, 6 touch buttons, a 6 zone RGB backlight and 6 button LEDs the GFX HAT has everything you need to turn your Pi into a controller and status display.

Installing

Full install (recommended):

We've created an easy installation script that will install all pre-requisites and get your GFX HAT up and running with minimal efforts. To run it, fire up Terminal which you'll find in Menu -> Accessories -> Terminal on your Raspberry Pi desktop, as illustrated below:

Finding the terminal

In the new terminal window type the command exactly as it appears below (check for typos) and follow the on-screen instructions:

curl https://get.pimoroni.com/gfxhat | bash

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

Manual install:

Library install for Python 3:

sudo pip3 install gfxhat

Library install for Python 2:

sudo pip2 install gfxhat

Development:

If you want to contribute, or like living on the edge of your seat by having the latest code, you should clone this repository, cd to the library directory, and run:

sudo python3 setup.py install

(or sudo python setup.py install whichever your primary Python environment may be)

In all cases you will have to enable the i2c and spi buses.

Licensing

Files under library/gfxhat/fonts are licensed according supplied OFL licenses.

Bitbuntu and Bitocra fonts from: https://github.com/ninjaaron/bitocra

Documentation & Support

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].