Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Blurn -- amazing underdamped-blur animation #115

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Jan 3, 2016

  1. r0ketlib/display: fast display access.

    Add function lcdGetBuffer() to return a pointer to the lcd buffer.
    With a buffer pointer, efficient loop pixel transfer is possible,
    avoiding the multiplication in lcd[SG]etPixel().
    neeels committed Jan 3, 2016
    Configuration menu
    Copy the full SHA
    ea954d3 View commit details
    Browse the repository at this point in the history
  2. add blurn l0dable

    underdamped blur animation
    neeels committed Jan 3, 2016
    Configuration menu
    Copy the full SHA
    6290fa1 View commit details
    Browse the repository at this point in the history
  3. blurn: tweak controls

    neeels committed Jan 3, 2016
    Configuration menu
    Copy the full SHA
    61db906 View commit details
    Browse the repository at this point in the history