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

Port to gpiod for Bookworm/Pi 5 and beyond #182

Merged
merged 27 commits into from
Sep 11, 2024
Merged

Port to gpiod for Bookworm/Pi 5 and beyond #182

merged 27 commits into from
Sep 11, 2024

Commits on Nov 20, 2023

  1. Configuration menu
    Copy the full SHA
    11fb4fe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    de42fb4 View commit details
    Browse the repository at this point in the history
  3. QA: Apply ruff suggestions.

    Gadgetoid committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    faa14c8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    624ca6e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0865247 View commit details
    Browse the repository at this point in the history
  6. Add resolution parameter to InkyMockImpression.

    Copied from #169
    
    Co-authored-by: Phil Howard <phil@gadgetoid.com>
    corranwebster and Gadgetoid committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    fe70476 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b8635c0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    532e306 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2023

  1. Begin port to gpiod.

    Gadgetoid committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    88b8ea8 View commit details
    Browse the repository at this point in the history
  2. Add auto dither to what.

    Gadgetoid committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    4feb1e4 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2024

  1. Sync with boilerplate.

    * Fix VENV_DIR path.
    * Fix auto_venv.sh creation.
    * install.sh: normalise whitespace.
    * install.sh: rework for better error reporting and fix some bugs.
    * README.md: Correct coveralls badge branch.
    * CI: Update GitHub Actions versions.
    * QA: Add shellcheck and fix/ignore all issues.
    * install.sh: slightly better feedback for setup commands.
    * install.sh: fix quoting bug in do_config_backup.
    * install.sh: don't output printf commands.
    Gadgetoid committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    e5ab9ee View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. Inky 7.3: port to gpiod.

    Gadgetoid committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    0fb414a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b14439a View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2024

  1. QA: Fix tests.

    GPIO setup tests have been pruned and could use rewriting.
    PIL is now always assumed to be installed.
    Gadgetoid committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    f1eebde View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    70d8d22 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cd66f78 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    841bffa View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a6f270a View commit details
    Browse the repository at this point in the history
  6. All: Revert to using line numbers.

    Avoid calling gpiodevice's platform detect on import time.
    Gadgetoid committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    ffcc67a View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. Sync with boilerplate.

    Gadgetoid committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    caac90e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    99ac046 View commit details
    Browse the repository at this point in the history
  3. CI: Test install.

    Gadgetoid committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    47d6aaf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bd6bf4c View commit details
    Browse the repository at this point in the history
  5. Update README.md

    helgibbons authored and Gadgetoid committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    113285e View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

  1. Add tests for set_image.

    Gadgetoid committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    87b48d0 View commit details
    Browse the repository at this point in the history
  2. Inky: remove unecessary canvas paste.

    The image is resized to the display width/height, what was this even for?
    Gadgetoid committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    0135ce3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    85e868b View commit details
    Browse the repository at this point in the history