Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/unsignedarduino/ledshim-off
A simple script to show an animation on a Pimoroni Ledshim when a Raspberry Pi shutdowns or reboots!
https://github.com/unsignedarduino/ledshim-off
animation helper led raspberry-pi
Last synced: 3 days ago
JSON representation
A simple script to show an animation on a Pimoroni Ledshim when a Raspberry Pi shutdowns or reboots!
- Host: GitHub
- URL: https://github.com/unsignedarduino/ledshim-off
- Owner: UnsignedArduino
- Created: 2021-09-08T19:57:35.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-09-08T20:06:05.000Z (over 3 years ago)
- Last Synced: 2024-11-10T10:40:16.085Z (2 months ago)
- Topics: animation, helper, led, raspberry-pi
- Language: Python
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ledshim-Off
This repo contains a simple script that uses a [Pimoroni Ledshim](https://shop.pimoroni.com/products/led-shim) to indicate when a Pi shutdowns/reboots## Install
1. Slip the Ledshim on your Pi.
2. Clone this repo to the Pi and rename it to `ledshim-off`. It's easiest if you clone it into your home directory of the `Pi` cause the paths in the scripts and service are hardcoded like so.
3. Make a symlink from [`ledshim-off.sh`](https://github.com/UnsignedArduino/Ledshim-Off/blob/main/ledshim-off.sh) to `/usr/lib/systemd/system-shutdown` so that it is executed when the Pi shutdowns/reboots.