Metadata-Version: 2.0
Name: gfxhat
Version: 0.0.1
Summary: Python library for driving Pimoroni GFX HAT!
Home-page: http://www.pimoroni.com
Author: Philip Howard
Author-email: phil@pimoroni.com
License: MIT
Keywords: Raspberry Pi
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Operating System :: POSIX :: Linux
Classifier: License :: OSI Approved :: MIT License
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development
Classifier: Topic :: System :: Hardware
Requires-Dist: cap1xxx
Requires-Dist: sn3218

GFX HAT
=======

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

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 Pan-Tilt 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:

.. figure:: http://get.pimoroni.com/resources/github-repo-terminal.png
   :alt: Finding the terminal

   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:

.. code:: bash

    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:
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

.. code:: bash

    sudo pip3 install gfxhat

Library install for Python 2:
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

.. code:: bash

    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:

.. code:: bash

    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
-----------------------

-  Guides and tutorials - https://learn.pimoroni.com/gfx-hat
-  Function reference - http://docs.pimoroni.com/gfxhat/
-  GPIO Pinout - https://pinout.xyz/pinout/gfx\_hat
-  Get help - http://forums.pimoroni.com/c/support

0.0.1
-----

* Initial Release



