From c15a1099f207209151dfe78382f1da79ba66d536 Mon Sep 17 00:00:00 2001 From: Juergen Stuber Date: Sun, 16 Apr 2023 21:55:51 +0200 Subject: [PATCH] Update README and CHANGELOG - Add shields - Fix typo - Update changelog --- CHANGELOG.md | 11 +++++++++++ README.md | 5 ++++- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ac511d4..0aa490b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,3 +11,14 @@ ### Fixes ### Thanks + +## 0.1.1 - 2023-04-16 + +### Changes +- Added shields to README. +- Fixed some typos. + +## 0.1.0 - 2023-04-16 + +Initial release. + diff --git a/README.md b/README.md index b3ac94f..ea69136 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,14 @@ # pixelfoo-viewer +[codeberg](https://github.com/starblue/lowdim) +[![Crate](https://img.shields.io/crates/v/pixelfoo-viewer.svg)](https://crates.io/crates/pixelfoo-viewer) + > A viewer for pixelfoo frame streams. ## Background At Chaospott in Essen we have a large 80x40 array of Neopixel LEDs -in the ceiling our main room. +in the ceiling of our main room. A server can run various apps to generate animations on the LED array. ## Apps