Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: adafruit/Adafruit_CircuitPython_ImageLoad
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.23.7
Choose a base ref
...
head repository: adafruit/Adafruit_CircuitPython_ImageLoad
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 15 commits
  • 12 files changed
  • 6 contributors

Commits on Jan 17, 2025

  1. load png test case

    FoamyGuy committed Jan 17, 2025
    Configuration menu
    Copy the full SHA
    bf6f32d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #94 from FoamyGuy/png_load_test

    load png test case
    tannewt authored Jan 17, 2025
    Configuration menu
    Copy the full SHA
    95b5c09 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2025

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

Commits on Feb 18, 2025

  1. Merge pull request #96 from FoamyGuy/indexerror_fix

    Guard against out of bounds pixel set
    FoamyGuy authored Feb 18, 2025
    Configuration menu
    Copy the full SHA
    c5e3b7e View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2025

  1. Configuration menu
    Copy the full SHA
    4223574 View commit details
    Browse the repository at this point in the history
  2. fix paeth

    Neradoc committed Feb 21, 2025
    Configuration menu
    Copy the full SHA
    790497e View commit details
    Browse the repository at this point in the history
  3. Merge pull request #98 from Neradoc/add-filters-indexed-png

    Implement filters for indexed PNG
    FoamyGuy authored Feb 21, 2025
    Configuration menu
    Copy the full SHA
    f667e4f View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2025

  1. Remove secrets usage

    justmobilize committed Feb 27, 2025
    Configuration menu
    Copy the full SHA
    961c433 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2025

  1. Merge pull request #99 from justmobilize/remove-secrets-usage

    Remove secrets usage
    FoamyGuy authored Feb 28, 2025
    Configuration menu
    Copy the full SHA
    b9eb566 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2025

  1. Configuration menu
    Copy the full SHA
    23f7866 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #100 from carlossless/binary-pbm-width-fix

    fix padded pbm binary loading
    tannewt authored Apr 9, 2025
    Configuration menu
    Copy the full SHA
    845f402 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2025

  1. displayio API update

    FoamyGuy committed May 30, 2025
    Configuration menu
    Copy the full SHA
    b064509 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0dbfcf1 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #101 from FoamyGuy/displayio_api_updates

    displayio API update
    dhalbert authored May 30, 2025
    Configuration menu
    Copy the full SHA
    5afd98c View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2025

  1. update rtd.yml file

    Signed-off-by: foamyguy <foamyguy@gmail.com>
    FoamyGuy committed Jun 17, 2025
    Configuration menu
    Copy the full SHA
    135b0e4 View commit details
    Browse the repository at this point in the history
Loading