Skip to content

aaronharsh/rgbdisplay

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rgb-display

This software drives a 6x6 array of individually addressable RGB leds arranged in a circle as such:

0,0                 5,0
    +------------------
    |    () () () ()
    | () () () () () ()
    | () () () () () ()
    | () () () () () ()
    | () () () () () ()
0,5 |    () () () ()

The LEDs themselves are arranged in a strip and driven by LPD8806 chips, one for every two LEDs.

The micro controller is an Arduino compatible board called a Teensy 2.0. This board comes with additional loader software and instructions for programming.

Requirements

  1. Arduino
  2. Teensyduino
  3. LPD8806 Library

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 84.3%
  • Other 8.8%
  • C 6.9%