1 Star 0 Fork 0

simonliu009 / arduino-Max72xxPanel

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README

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, mark@paracas.nl, 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.

空文件

简介

取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
1
https://gitee.com/simonliu009/arduino-Max72xxPanel.git
git@gitee.com:simonliu009/arduino-Max72xxPanel.git
simonliu009
arduino-Max72xxPanel
arduino-Max72xxPanel
master

搜索帮助