Skip to content
This repository was archived by the owner on Jan 8, 2025. It is now read-only.

Releases: pimoroni/unicorn-hat

Unicorn HAT Version 2.2.3

Choose a tag to compare

@Gadgetoid Gadgetoid released this 20 Feb 13:21

This release adds set_gamma and disable_gamma, and depends upon the version of rpi_ws281x that supports these methods.

Unicorn HAT Version 2.2.2

Choose a tag to compare

@Gadgetoid Gadgetoid released this 11 Sep 10:49

This version switches from using DMA channel 5, which seems to be causing issues on at least the Pi 3, to DMA channel 10, which users have reported as working.

It also depends on rpi_ws281x version 3.0.2 which includes a fix for gamma correction.

If you're having issues with your Pi freezing and your SD card becoming write-only, run:

sudo pip install unicornhat --upgrade

Unicorn HAT Version 2.2.1

Choose a tag to compare

@Gadgetoid Gadgetoid released this 30 Aug 09:34

This version marks a switch from the hard-forked rpi_ws281x codebase previously available in this repository, to rpi_ws281x-python available here: https://github.com/pimoroni/rpi_ws281x-python

The codebase is broadly the same, although gamma correction has now been converted to be runtime settable instead of loaded from a static table.

Unicorn HAT Version 2.1.3

Choose a tag to compare

@Gadgetoid Gadgetoid released this 13 Mar 12:53

This release fixes a few things and adds some missing features.

  • Feature: Added set_all and shade_pixels which now drives set_pixels
  • Feature: Added PHAT_VERTICAL optional orientation
  • Bugfix: get_brightness now returns value
  • Bugfix: get_pixels now takes into account pHAT/HAT shape