Skip to content

redmountainmakers/led_brick

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

led_brick

Programs to control the RGB LED matrix display at the top of the Red Mountain Makers space:

display

More info: http://redmountainmakers.github.io/led_brick/

Selected programs

The programs live in the bb folder. Most programs are set up to run in either embedded mode (to control the real display) or Pygame mode (to simulate the display locally during development).

rainbow.py

Slowly shifting rainbow hues (what you see in the picture above).

snake.py

Snake / Nibbler game:

snakedemo

dissolve.py

Changing hues with a pixel dissolve effect in between.