Coder Social home page Coder Social logo

on4dak / scroll-phat Goto Github PK

View Code? Open in Web Editor NEW

This project forked from pimoroni/scroll-phat

0.0 0.0 0.0 237 KB

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

Home Page: https://shop.pimoroni.com/products/scroll-phat

License: MIT License

Shell 24.62% Python 68.44% Makefile 0.87% CSS 3.17% HTML 2.90%

scroll-phat's Introduction

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.

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.

scroll-phat's People

Contributors

alexellis avatar campag avatar dw-42 avatar gadgetoid avatar john-root avatar joosteto avatar lowfatcode avatar martinohanlon avatar roguem avatar sandyjmacdonald avatar snorecore avatar stuphi avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.