File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ 0.0.2
2+ -----
3+
4+ * Fix for Pi kernel 5.4.51, removed cshigh setting from SPI setup
5+
160.0.1
27-----
38
Original file line number Diff line number Diff line change 1- # unicornhatmini
1+ # Unicorn HAT Mini
22
33[ ![ Build Status] ( https://travis-ci.com/pimoroni/unicornhatmini-python.svg?branch=master )] ( https://travis-ci.com/pimoroni/unicornhatmini-python )
44[ ![ Coverage Status] ( https://coveralls.io/repos/github/pimoroni/unicornhatmini-python/badge.svg?branch=master )] ( https://coveralls.io/github/pimoroni/unicornhatmini-python?branch=master )
55[ ![ PyPi Package] ( https://img.shields.io/pypi/v/unicornhatmini.svg )] ( https://pypi.python.org/pypi/unicornhatmini )
66[ ![ Python Versions] ( https://img.shields.io/pypi/pyversions/unicornhatmini.svg )] ( https://pypi.python.org/pypi/unicornhatmini )
77
8+ # Requirements
9+
10+ You must enable SPI on your Raspberry Pi:
11+
12+ * Run: ` sudo raspi-config nonint do_spi 0 `
13+
814# Installing
915
1016Stable library from PyPi:
1117
12- * Just run ` sudo pip install unicornhatmini `
18+ * Just run ` sudo pip3 install unicornhatmini `
19+
20+ Or for Python 2:
21+
22+ * ` sudo pip install unicornhatmini `
1323
1424Latest/development library from GitHub:
1525
1626* ` git clone https://github.com/pimoroni/unicornhatmini-python `
1727* ` cd unicornhatmini-python `
1828* ` sudo ./install.sh `
1929
30+
31+ # Changelog
32+ 0.0.2
33+ -----
34+
35+ * Fix for Pi kernel 5.4.51, removed cshigh setting from SPI setup
36+
37+ 0.0.1
38+ -----
39+
40+ * Initial Release
Original file line number Diff line number Diff line change 11# -*- coding: utf-8 -*-
22[metadata]
33name = unicornhatmini
4- version = 0.0.1
4+ version = 0.0.2
55author = Philip Howard
66author_email = phil@pimoroni.com
77description = Python library for the unicornhatmini 17x7 RGB LED matrix
Original file line number Diff line number Diff line change 99
1010import RPi .GPIO as GPIO
1111
12- __version__ = '0.0.1 '
12+ __version__ = '0.0.2 '
1313
1414
1515# Holtek HT16D35
You can’t perform that action at this time.
0 commit comments