gerb030 / PiTrials

Some Raspberry Pi3 stuff

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PiTrials

This project contains some trial code I've been writing for the Raspberry Pi. This directory contains a bunch of Python scripts that require the Pimoroni Unicorn HAT.

UnicornHAT

The Unicorn HAT is fun little square matrix LED display. The scripts in this directory require Python 3.

  1. Install Python3 (IDLE is optional):
sudo apt install python3 idle3
  1. Install the UnicornHAT libraries:
sudo pip3 install unicornhat
  1. Don't forget to enable SPI:
sudo raspi-config nonint do_spi 0
sudo reboot
  1. Requires Pillow.
python3 -m pip install Pillow

About

Some Raspberry Pi3 stuff

License:MIT License


Languages

Language:Python 100.0%