Skip to content

pimoroni/gfx-hat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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