8000 Comparing 1.3.2...main · adafruit/Adafruit_CircuitPython_BitmapSaver · GitHub
[go: up one dir, main page]

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_BitmapSaver
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.3.2
Choose a base ref
...
head repository: adafruit/Adafruit_CircuitPython_BitmapSaver
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 10 commits
  • 11 files changed
  • 3 contributors

Commits on Feb 12, 2025

  1. Update how board.DISPLAY is checked

    Historically, boards with no built-in display have not had a `board.DISPLAY` property.
    
    Soon, with adafruit/circuitpython#10028, any board with displayio will have a `board.DISPLAY` property. This property will be `None` if no display is configured, or a truthy non-`None` value if a display is configured (including dynamically at runtime).
    
    This revised check will work on both old and new circuitpython versions.
    jepler authored Feb 12, 2025
    Configuration menu
    Copy the full SHA
    b4c5f77 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #37 from adafruit/jepler-patch-1

    Update how board.DISPLAY is checked
    FoamyGuy authored Feb 12, 2025
    Configuration menu
    Copy the full SHA
    f9b95d2 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2025

  1. Configuration menu
    Copy the full SHA
    ef436d2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b75aac8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8967ac3 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2025

  1. Merge pull request #38 from Neradoc/displayio-to-busdisplay

    Update to CP 10 with busdisplay
    FoamyGuy authored Apr 4, 2025
    Configuration menu
    Copy the full SHA
    29ce41e View commit details
    Browse the repository at this point in the history

Commits on May 15, 2025

  1. change to ruff

    FoamyGuy committed May 15, 2025
    Configuration menu
    Copy the full SHA
    a753015 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #39 from adafruit/use_ruff

    change to ruff
    FoamyGuy authored May 15, 2025
    Configuration menu
    Copy the full SHA
    1df47f2 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2025

  1. displayio api updates

    FoamyGuy committed May 31, 2025
    Configuration menu
    Copy the full SHA
    7cdfdc6 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2025

  1. Merge pull request #40 from FoamyGuy/displayio_api_update

    displayio api updates
    FoamyGuy authored Jun 3, 2025
    Configuration menu
    Copy the full SHA
    09da467 View commit details
    Browse the repository at this point in the history
Loading
0