Skip to content

lukemonaghan/Arduino-8x8MatrixLib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

============ 8x8MatrixLib

Luke Monaghan

03/01/14

Arduino Scrolling 8x8 LED library with example

============ letters.h

Estimated Sketch size = 4252 Estimated ram use = 504

8x8 matrix letters binary library. I have tried to make this as minimal as possible to preserve as much memory for arduino devices as possible. It uses bitwise operations on chars(signed byte values) to store on off boolean switches, using the whole 8 bits with no waste. Currently it supports A-Z,a-z and 0-9.

To search through the file search for @INFO tags, doing so will jump complete segments. saves scrolling.

Fell free to use.

I am not responsible for any damage to any of your parts, code, wires, or animals.

============ TextMatrix.ino

Sketch size = 10624 (with Letters.h) Estimated ram use = 1287 (with Letters.h)

8x8 matrix letters binary sample code. Display scrolling text using my Letter.h library, code is commented for educational use.

Fell free to use.

I am not responsible for any damage to any of your parts, code, wires, or animals.

============

About

Arduino Scrolling 8x8 LED matrix example with library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages