Metadata-Version: 2.1
Name: pihat-widget
Version: 1.2.8
Summary: Widgets for Python programming beginners
Home-page: https://github.com/chrisf17/pihat-widgets
Author: Chris Farrell
Author-email: pihat@xivuh.com
License: MIT
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Description-Content-Type: text/markdown

# PIHAT Widgets

## About

The purpose of this module is to provide a set of programmable visual gadgets that can be used in different projects

The module contains three gadgets

- LedMatrix
- TrafficLight
- LEDCharacter
- LEDMultiCharacter

## Details

### LedMatrix

Displays an LED grid of lights. The colour of each light can be controlled using an RGB tuple



