Metadata-Version: 2.1
Name: gfxcili
Version: 0.3.1
Summary: GfxCili = GfxLCD in C
Home-page: https://github.com/bkosciow/cili
Author: Bartosz Kościów
Author-email: kosci1@gmail.com
License: MIT
Keywords: gfxlcd,raspberry pi,ili9328,ili9486,gfxcili
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Home Automation

What it is
===

Library for graphical LCDs for Python on Raspberry Pi. Creates a united interface for supported devices

Supported:
- ili9486 via SPI
- ili9325 via GPIO

It's mostly C implementation of GfxLCD library.


Install
=======

.. code-block::

    pip install gfxcili



Source

.. code-block::

    python3 setup.py build_ext -i




