scottsilverlabs / raspberrystem

raspberrySTEM(TM) Educational and Hobbyist Development Kit based on the Raspberry Pi
www.raspberrystem.com
Apache License 2.0
3 stars 0 forks source link

LED: Add ability to provide entire framebuffer directly. #47

Closed jpsnyder closed 10 years ago

jpsnyder commented 10 years ago

Create an (undocumented?) feature to allow user program to provide entire framebuffer in the form of a 2D array.

This will allow a quicker refresh rate to the matrix.

It will not provide any (or very few) checks. It will be up the user to provide a correctly formated framebuffer.