Git Product home page Git Product logo

picube's Introduction

piCube

Raspberry Pi Software for the SuperTech-IT 8x8x8 RGB LED Cube

Quick Start

Install the custom Raspian image

Download the modified Raspbian image and write it to an SD card.

(The INSTALLATION file contains instructions for building this image by hand if you prefer)

Update the picube software to the latest version

Once booted, log in as the pi user (the password is 'raspberry') and update the piCube software:

pi@picube:~ $ cd picube
pi@picube:~/picube$ git pull
pi@picube:~/picube$ make distclean install

Connect the cube to the Pi

Pinout

Run the included paneltest program

pi@picube:~/picube$ cube examples/paneltest 5

In this example, panel 5 is tested.

Start the interactive shell and play

pi@picube:~$ cube
Welcome to cube shell (Jim 0.77).
. cube.colour violet
. cube.fill
. cube.clear
. cube.text -twosides Hello
. cube.anim cosine 20
. help
. help cube.colour
. loop p 0 8 { cube.clear; cube.panel $p; delay 500 }

The shell is an embedded Jim Tcl interpreter which can be used to write programs to control the cube. There are also a number of built-in animations which have been ported from Doug Domke's Cube Application Template

Run some example animation scripts

pi@picube:~/picube$ cube examples/rain
pi@picube:~/picube$ cube examples/cyclone
pi@picube:~/picube$ cube examples/grower

This is the Super Big Show from Doug Domke's Cube Application Template

pi@picube:~/picube$ cube examples/Super_Big_Show

picube's People

Contributors

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