Giter Site home page Giter Site logo

fotopretty / arduino-max72xxpanel Goto Github PK

View Code? Open in Web Editor NEW

This project forked from markruys/arduino-max72xxpanel

0.0 2.0 0.0 350 KB

Arduino interface for Adafruit-GFX to control a set of 8x8 LEDs with a MAX7219 or MAX7221

License: Other

C++ 100.00%

arduino-max72xxpanel's Introduction

Max72xxPanel

An Arduino library for controlling a canvas of sets of 8x8 LEDs driven by MAX7219 or MAX7221 controllers. Kits sold for below 10 USD.

This is a plugin for Adafruit's core graphics library GFX, providing basic graphics primitives (points, lines, circles, characters, etc.). So besides this library, you need to download and install Adafruit_GFX, dated Jul 5th, 2013 or more recent.

Written by Mark Ruys, [email protected], 2013.

Installation

Place the Max72xxPanel and Adafruit_GFX library folders in your <arduinosketchfolder>/libraries/ folder. You may need to create the libraries subfolder if its your first library. Restart the Arduino IDE.

Features

  • Double buffering to prevent screen flicker. Check out our example for usage.
  • Support for multiple matrix displays, positioned in an arbitrary rectangular layout. You can define both the order as the rotation of each display.
  • Uses the SPI library to address the display(s) connected in cascade.
  • Low memory footprint.
  • Fast, no use of NOOP's.

Usage

Read overview for instructions how to use Adafruit_GFX. Check out our examples to get some inspiration. Note that to update your displays, you need to explicitely call write().

At YouTube, you'll find a ticker tape and snake demo.

arduino-max72xxpanel's People

Contributors

markruys avatar

Watchers

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