Giter Site home page Giter Site logo

cjsatuforc / easyrgbledmatrixdriver Goto Github PK

View Code? Open in Web Editor NEW

This project forked from madsci1016/easyrgbledmatrixdriver

0.0 1.0 0.0 516 KB

Super Easy Arduino based serial driver board for 16 x 32 RGB LED Matrix panels.

License: MIT License

C++ 100.00%

easyrgbledmatrixdriver's Introduction

EasyRGBLEDMatrixDriver

Super Easy Arduino based serial backpack driver board for 16 x 32 RGB LED Matrix panels found here: http://www.adafruit.com/products/420

The code and board design will let you drive a 16x32 RGB LED matrix panel with a serial port, with some limitations. A example sketch for a master controller is included.

Video Demo: http://youtu.be/BNk5QkBuxNQ

FEATURES: Drive multiple panels off 1 serial port to create larger displays.

LIMITATIONS: You only get half the resolution of the 16x32 pixel display, only 8x16 which is then scaled to 16x32 Refresh rate is limited by speed and number of displays on the Serial Port

This library runs off of an Arduino Pro/Uno which is NOT powerful enough to display video. It's really meant for animations, text, and Tetris among other things.

Alt text Alt text Alt text Alt text

In those pictures only 3 wires are shared by the 4 backpack Arduinos, 5V (Blue), GND (RED) and Data (Yellow) which is connected to the Serial RX of each Arduino (pin 1) the black wire (connected to TX of each Arduino) is not connected between each board.

The 5th Arduino is the 'Master' and the Data line (Yellow) connects to it's Serial TX pin (Pin 0).

Arduinos: https://www.sparkfun.com/products/11113 Wire and plug: https://www.sparkfun.com/products/9916

REQUIRES THE FOLLOWING LIBRARIES:

https://github.com/adafruit/Adafruit-GFX-Library https://github.com/adafruit/RGB-matrix-Panel https://github.com/madsci1016/Arduino-EasyTransfer

To wire the display to the backpack arduino (Without my PCB), see: https://learn.adafruit.com/32x16-32x32-rgb-led-matrix/wiring-the-16x32-matrix

easyrgbledmatrixdriver's People

Contributors

madsci1016 avatar

Watchers

James Cloos 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.