WebBreacher / thematrix

Python code to interface with an LED matrix

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Check out my blog post about this project: https://webbreacher.wordpress.com/2015/08/30/building-the-led-matrix/

thematrix

Python code to interface with an LED matrix

Gear

Code

The code (thematrix.py) contains functions to allow you to scroll (up/down or left-2-right/right-2-left) text on a display. Since I put two LED matrices chained together, my code is for a 128x32 total display. You may have to alter if you have a bigger or smaller LED matrix.

I commented the code for ease of use/hacking (since my Python skills are rusty at best). I also left in there some code for displaying images (PPM format) on the display instead of text.

In Action

If you want to see it in action/running, check out my YouTube video at https://www.youtube.com/watch?v=ve_ZMlnGpg4

License

Creative Commons License
This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.

About

Python code to interface with an LED matrix

License:Other


Languages

Language:Python 100.0%