Skip to content

gerb030/PiTrials

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages