All Projects β†’ pimoroni β†’ Scroll Phat

pimoroni / Scroll Phat

Licence: mit
Library and examples for Scroll pHAT. 11x5 LEDs of goodness!

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Scroll Phat

Atomic Toolkit
AtoMiC Toolkit simplifies HTPC / Home Server setup and management on Ubuntu and Debian variants including Raspbian. It currently supports: Couchpotato, Deluged, Emby, FFmpeg, Headphones, Htpcmanager, Jackett, Kodi, Lazylibrarian, Madsonic, Mono, Mylar, Nzbget, Nzbhydra, NzbToMedia, Ombi, Plex, Plexpy, Pyload, qBittorrent, Radarr, Sabnzbd+, Sickgear, Sickrage, Sonarr, Subsonic, Transmission, Unrar, Watcher, and Webmin.
Stars: ✭ 747 (+647%)
Mutual labels:  raspberry-pi, raspbian
Nextcloudpi
πŸ“¦ Build code for NextcloudPi: Raspberry Pi, Odroid, Rock64, Docker, curl installer...
Stars: ✭ 1,340 (+1240%)
Mutual labels:  raspberry-pi, raspbian
Piku
The tiniest PaaS you've ever seen. Piku allows you to do git push deployments to your own servers.
Stars: ✭ 902 (+802%)
Mutual labels:  raspberry-pi, raspbian
Enclosure Picroft
Mycroft interface for Raspberry Pi environment
Stars: ✭ 649 (+549%)
Mutual labels:  raspberry-pi, raspbian
Gopigo3
The GoPiGo3 is a Raspberry Pi Robot!
Stars: ✭ 74 (-26%)
Mutual labels:  raspberry-pi, raspbian
Rpi Audio Receiver
Raspberry Pi Audio Receiver with Bluetooth A2DP, AirPlay, UPnP and Spotify Connect
Stars: ✭ 650 (+550%)
Mutual labels:  raspberry-pi, raspbian
Raspberrypi tempmon
Raspberry pi CPU temperature monitor with many functions such as logging, GPIO output, graphing, email, alarm, notifications and stress testing. Python 3.
Stars: ✭ 52 (-48%)
Mutual labels:  raspberry-pi, raspbian
Pi Apps
Raspberry Pi App Store for Open Source Projects
Stars: ✭ 277 (+177%)
Mutual labels:  raspberry-pi, raspbian
Client
An Opensource Alternative to the Elgato Stream Deck for the Raspberry Pi
Stars: ✭ 67 (-33%)
Mutual labels:  raspberry-pi, raspbian
Q3lite
Q3lite, an OpenGL ES port of Quake III Arena for embedded Linux systems.
Stars: ✭ 64 (-36%)
Mutual labels:  raspberry-pi, raspbian
Mobilenet Ssd Realsense
[High Performance / MAX 30 FPS] RaspberryPi3(RaspberryPi/Raspbian Stretch) or Ubuntu + Multi Neural Compute Stick(NCS/NCS2) + RealSense D435(or USB Camera or PiCamera) + MobileNet-SSD(MobileNetSSD) + Background Multi-transparent(Simple multi-class segmentation) + FaceDetection + MultiGraph + MultiProcessing + MultiClustering
Stars: ✭ 322 (+222%)
Mutual labels:  raspberry-pi, raspbian
Check Mk Arm
Checkmk for Raspberry Pi.
Stars: ✭ 79 (-21%)
Mutual labels:  raspberry-pi, raspbian
Pi Hole Unbound Wireguard
Turning your Raspberry Pi into an ad-blocking VPN with built-in DNS resolution using Pi-Hole, Unbound & WireGuard.
Stars: ✭ 302 (+202%)
Mutual labels:  raspberry-pi, raspbian
Raspberry Pi Turnkey
How to make a Raspberry Pi image that can be deployed anywhere and assigned to a WiFi network without SSH πŸ‘Œ
Stars: ✭ 682 (+582%)
Mutual labels:  raspberry-pi, raspbian
Raspotify
Spotify Connect client for the Raspberry Pi that Just Worksβ„’
Stars: ✭ 3,623 (+3523%)
Mutual labels:  raspberry-pi, raspbian
Spocon
SpoCon - A Spotify Connect Client for Debian , Ubuntu and Raspberry Pi based on librespot-java
Stars: ✭ 51 (-49%)
Mutual labels:  raspberry-pi, raspbian
Cattlepi
effortlessly boot, configure, update and monitor your raspberry pi ☁️
Stars: ✭ 250 (+150%)
Mutual labels:  raspberry-pi, raspbian
My Pihole Blocklists
Create custom pi-hole blocklists
Stars: ✭ 269 (+169%)
Mutual labels:  raspberry-pi, raspbian
Rpi Configs
My personal config files for Raspbian on Raspberry Pi
Stars: ✭ 53 (-47%)
Mutual labels:  raspberry-pi, raspbian
Hassctl
Simple command line utility to help debug Home Assistant configuration
Stars: ✭ 77 (-23%)
Mutual labels:  raspberry-pi, raspbian

Scroll pHAT https://shop.pimoroni.com/products/scroll-phat

11x5 pixels of single-colour, message scrolling goodness!

Installing

Full install (recommended):

We've created an easy installation script that will install all pre-requisites and get your Scroll pHAT up and running with minimal efforts. To run it, fire up Terminal which you'll find in Menu -> Accessories -> Terminal on your Raspberry Pi desktop, as illustrated below:

Finding the terminal

In the new terminal window type the command exactly as it appears below (check for typos) and follow the on-screen instructions:

curl https://get.pimoroni.com/scrollphat | bash

Alternatively, on Raspbian, you can download the pimoroni-dashboard and install your product by browsing to the relevant entry:

sudo apt-get install pimoroni

(you will find the Dashboard under 'Accessories' too, in the Pi menu - or just run pimoroni-dashboard at the command line)

If you choose to download examples you'll find them in /home/pi/Pimoroni/scrollphat/.

Manual install:

Library install for Python 3:

on Raspbian:

sudo apt-get install python3-scrollphat

other environments:

sudo pip3 install scrollphat

Library install for Python 2:

on Raspbian:

sudo apt-get install python-scrollphat

other environments:

sudo pip2 install scrollphat

Development:

If you want to contribute, or like living on the edge of your seat by having the latest code, you should clone this repository, cd to the library directory, and run:

sudo python3 setup.py install

(or sudo python setup.py install whichever your primary Python environment may be)

In all cases you will have to enable the i2c bus.

Alternative Libraries

Documentation & Support

Docker image

For those who are curious and interested in learning about Docker on the Pi, this repository includes a fully tested Dockerfile for using the scrollphat library without needing to install it on the base system.

To build, cd into the docker directory and run:

$ ./build_docker.sh

For complete instructions, see DOCKER.md in the same directory.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].