LedMatrix Library for Arduino Sprite Drawing Demo
The LedMatrix library for Arduino is buffer based graphic library for cascaded 8x8 led matrix board with Max7219 as driver. It has many features:
basic Max7219 operations -- setting intensity, start up, shutdown, etc
line drawing
circle drawin...详情
The LedMatrix library for Arduino is buffer based graphic library for cascaded 8x8 led matrix board with Max7219 as driver. It has many features:basic Max7219 operations -- setting intensity, start up, shutdown, etc
line drawing
circle drawing
rectangle drawing
bitmapped sprite drawing -- great for game development
scrollinging both vertically and horizontally
This is sprite drawing demostration -- a bitmap based sprite is controlled by an (hacked) IR remote.that has a mouse pad on it. As can be seen, it is pretty fast, the speed is actually limited by how fast the IR remote can emit signals.
隐藏