All Projects → pimoroni → Scroll Phat Hd

pimoroni / Scroll Phat Hd

Licence: mit
Python library for Scroll pHAT HD

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Scroll Phat Hd

Gumcp
Web Control Panel for Raspberry Pi
Stars: ✭ 124 (-8.15%)
Mutual labels:  raspberry-pi
Coinboot
A framework for diskless computing
Stars: ✭ 131 (-2.96%)
Mutual labels:  raspberry-pi
Yolo Powered robot vision
Stars: ✭ 133 (-1.48%)
Mutual labels:  raspberry-pi
R2cloud
Decode satellite signals on Raspberry PI or any other 64-bit intel.
Stars: ✭ 125 (-7.41%)
Mutual labels:  raspberry-pi
Delta5 race timer
Multi-node video transmitter race timer for drone racing
Stars: ✭ 129 (-4.44%)
Mutual labels:  raspberry-pi
Sshdeploy
A command-line tool that enables quick build and run deployments over SSH.
Stars: ✭ 131 (-2.96%)
Mutual labels:  raspberry-pi
Tina
Tina is a teeny tiny, header only, coroutine and job library.
Stars: ✭ 125 (-7.41%)
Mutual labels:  raspberry-pi
Umbrel Os
Run Umbrel Bitcoin and Lightning node on a Raspberry Pi in one click
Stars: ✭ 132 (-2.22%)
Mutual labels:  raspberry-pi
Periph
Go·Hardware·Lean
Stars: ✭ 1,700 (+1159.26%)
Mutual labels:  raspberry-pi
Ipfs Rpi
IPFS installer for the Raspberry Pi and other ARM-based devices.
Stars: ✭ 130 (-3.7%)
Mutual labels:  raspberry-pi
Tpmgenie
TPM Genie is an I2C bus interposer for discrete Trusted Platform Modules
Stars: ✭ 124 (-8.15%)
Mutual labels:  raspberry-pi
Phantomjs On Raspberry
Phantomjs for raspberry pi (armv6/armv7) and aarch64/arm64
Stars: ✭ 128 (-5.19%)
Mutual labels:  raspberry-pi
Treehouses.github.io
A Markdown Wiki for treehouses 🏡
Stars: ✭ 132 (-2.22%)
Mutual labels:  raspberry-pi
Nnn
n³ The unorthodox terminal file manager
Stars: ✭ 13,138 (+9631.85%)
Mutual labels:  raspberry-pi
Rpi Kernel
Build a Linux kernel for Raspberry Pi 0/1/2/3/3B+
Stars: ✭ 133 (-1.48%)
Mutual labels:  raspberry-pi
Pihole Panel
Python/GTK3 based Pi-hole (network-level adblocker) dashboard for stats and more
Stars: ✭ 125 (-7.41%)
Mutual labels:  raspberry-pi
Ansible Rpi K8s Cluster
Deploy Raspberry Pi Kubernetes cluster using Ansible
Stars: ✭ 131 (-2.96%)
Mutual labels:  raspberry-pi
Awesome Raspberry Pi Zh
树莓派(Raspberry Pi )资源大全中文版 , 包括工具、项目、镜像、资源等
Stars: ✭ 1,849 (+1269.63%)
Mutual labels:  raspberry-pi
Poppy Ergo Jr
🤖 Poppy Ergo Jr is an open-source robotic arm based on modular 3D printed conception and low-cost XL-320 motors.
Stars: ✭ 133 (-1.48%)
Mutual labels:  raspberry-pi
Teslalogger
Stars: ✭ 131 (-2.96%)
Mutual labels:  raspberry-pi

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

17x7 pixels of single-colour, brightness-controlled, 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 HD 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/scrollphathd | 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/scrollphathd/.

Manual install:

Library install for Python 3:

on Raspbian:

sudo apt-get install python3-scrollphathd

other environments:

sudo pip3 install scrollphathd

Library install for Python 2:

on Raspbian:

sudo apt-get install python-scrollphathd

other environments:

sudo pip2 install scrollphathd

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

Unofficial / Third-party libraries

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].