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:

  1. basic Max7219 operations -- setting intensity, start up, shutdown, etc

  2. line drawing

  3. 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:

  4. basic Max7219 operations -- setting intensity, start up, shutdown, etc

  5. line drawing

  6. circle drawing

  7. rectangle drawing

  8. bitmapped sprite drawing -- great for game development

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

隐藏

标签: arduino视频