unicorn-busy-server

(★ 66)

Simple busy light server for Raspberry Pi Zero and Pimoroni Unicorn Hat

File Explorer

  • .editorconfig
  • .gitignore
  • busylight.service
  • install-fallback.sh
  • install.sh
  • LICENSE
  • README.md
  • requirements.txt
  • server.py
  • start.sh

# Use via CDN

jsDelivr

jsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.

Command Glossary

Commands referenced in this DOCs, explained below.

🔍

away

View Details ▼

Locks terminal with an away message.

away {{message}}

Lock terminal and set away message:

away {{[-c|--mail]}} {{message}}

Lock terminal and enable mail check:

away {{[-C|--nomail]}} {{message}}

Lock terminal and disable mail check:

🔍

brightness

View Details ▼

Get and set the brightness level of all internal and certain external displays.

brightness -l

Show current brightness:

brightness {{0..1}}

Set a specific brightness:

brightness {{0.5}}

Set the brightness to 50%:

// repository documentation