Thanks to visit codestin.com
Credit goes to github.com

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_EPD
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.14.0
Choose a base ref
...
head repository: adafruit/Adafruit_CircuitPython_EPD
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.15.0
Choose a head ref
  • 18 commits
  • 9 files changed
  • 5 contributors

Commits on Jun 2, 2025

  1. ssd1681: Fix OverflowError for displays larger than 255x255.

    Need to explicitly truncate to just the low-order byte; otherwise, creating these bytearrays results in `OverflowError: value must fit in 1 byte(s)`.
    AJMansfield authored Jun 2, 2025
    Configuration menu
    Copy the full SHA
    298eeb6 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2025

  1. Merge pull request #90 from AJMansfield/patch-1

    ssd1681: Fix OverflowError for displays larger than 255x255.
    BlitzCityDIY authored Aug 13, 2025
    Configuration menu
    Copy the full SHA
    3ebcc90 View commit details
    Browse the repository at this point in the history
  2. Update ssd1680.py

    BlitzCityDIY committed Aug 13, 2025
    Configuration menu
    Copy the full SHA
    04032f3 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #93 from adafruit/ssd1680_fix

    Update ssd1680.py
    ladyada authored Aug 13, 2025
    Configuration menu
    Copy the full SHA
    dc6bda8 View commit details
    Browse the repository at this point in the history
  4. add ssd1683

    BlitzCityDIY committed Aug 13, 2025
    Configuration menu
    Copy the full SHA
    6ba7fd3 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2025

  1. Configuration menu
    Copy the full SHA
    a04a6a8 View commit details
    Browse the repository at this point in the history
  2. update power_up

    BlitzCityDIY committed Aug 14, 2025
    Configuration menu
    Copy the full SHA
    5ea27cf View commit details
    Browse the repository at this point in the history
  3. Update uc8179.py

    BlitzCityDIY committed Aug 14, 2025
    Configuration menu
    Copy the full SHA
    6044f11 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2025

  1. Configuration menu
    Copy the full SHA
    6b19e3e View commit details
    Browse the repository at this point in the history
  2. add init to examples

    BlitzCityDIY committed Aug 15, 2025
    Configuration menu
    Copy the full SHA
    0be196a View commit details
    Browse the repository at this point in the history
  3. pre-commit

    BlitzCityDIY committed Aug 15, 2025
    Configuration menu
    Copy the full SHA
    7c669c7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c69536e View commit details
    Browse the repository at this point in the history
  5. Revert "Merge branch 'ssd1883' into UC8197"

    This reverts commit c69536e, reversing
    changes made to 6b19e3e.
    BlitzCityDIY committed Aug 15, 2025
    Configuration menu
    Copy the full SHA
    f064871 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    18be7bb View commit details
    Browse the repository at this point in the history
  7. Merge pull request #95 from adafruit/ssd1883

    add ssd1683, update ssd1680z
    BlitzCityDIY authored Aug 15, 2025
    Configuration menu
    Copy the full SHA
    9c88f82 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4fb198d View commit details
    Browse the repository at this point in the history
  9. parity with main

    BlitzCityDIY committed Aug 15, 2025
    Configuration menu
    Copy the full SHA
    cd138e9 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2025

  1. Merge pull request #94 from adafruit/UC8197

    add UC8197 driver
    ladyada authored Aug 16, 2025
    Configuration menu
    Copy the full SHA
    45a24db View commit details
    Browse the repository at this point in the history
Loading