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

Replace PIO code with an inbuilt timer, based on https://learn.adafru… #20

Open
wants to merge 10 commits into
base: main
Choose a base branch
from

Commits on Feb 5, 2024

  1. Configuration menu
    Copy the full SHA
    8c76ff6 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2024

  1. Back out changes from blaz-r#19

    Max Carlson committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    16026e5 View commit details
    Browse the repository at this point in the history
  2. Add more comments and credits to the source

    Max Carlson committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    a145677 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2024

  1. Use a single array as a buffer, including header and trailer

    Uses an offset to ensure get/set() happens in the right place. Also caches the memoryview once to make show() as efficient as possible. It turned out passing the header/trailer values as-is from python is the right approach. Everything works well for me now, maybe I'll look into DMA next :)
    Max Carlson committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    51f1f46 View commit details
    Browse the repository at this point in the history
  2. Remove references to delay as it's no longer needed

    Max Carlson committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    812de90 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2024

  1. Configuration menu
    Copy the full SHA
    70a84ba View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2024

  1. Configuration menu
    Copy the full SHA
    d281ce4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4a895e2 View commit details
    Browse the repository at this point in the history
  3. Remove unused imports

    blaz-r committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    b02b657 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a288867 View commit details
    Browse the repository at this point in the history