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.12.2
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: main
Choose a head ref
  • 20 commits
  • 29 files changed
  • 4 contributors

Commits on Oct 7, 2024

  1. remove deprecated get_html_theme_path() call

    Signed-off-by: foamyguy <[email protected]>
    FoamyGuy committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    c4d3141 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2024

  1. Configuration menu
    Copy the full SHA
    55668d0 View commit details
    Browse the repository at this point in the history
  2. linting

    mikeysklar committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    dbe8e89 View commit details
    Browse the repository at this point in the history
  3. copyright text

    mikeysklar committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    d17ab9f View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2024

  1. 1680z sub-class

    dropped separate ssd1680z lib for a combined 1680 + 1680z.
    mikeysklar committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    76814b0 View commit details
    Browse the repository at this point in the history
  2. linting

    mikeysklar committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    ae5da03 View commit details
    Browse the repository at this point in the history
  3. more linting...

    mikeysklar committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    723d561 View commit details
    Browse the repository at this point in the history
  4. whitespace

    mikeysklar committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    9fa515e View commit details
    Browse the repository at this point in the history
  5. spaces

    mikeysklar committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    a3b3346 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2024

  1. back to original

    plus 1680Z subclass at bottom
    mikeysklar committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    29cfedc View commit details
    Browse the repository at this point in the history
  2. Merge pull request #83 from mikeysklar/ssd1680z

    added ssd1680z 2.13 eink bonnet
    ladyada authored Oct 30, 2024
    Configuration menu
    Copy the full SHA
    b896b61 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2024

  1. off by one adjustments

    fix alignment so all 122x250 pixels are available
    mikeysklar committed Dec 1, 2024
    Configuration menu
    Copy the full SHA
    6907bce View commit details
    Browse the repository at this point in the history
  2. Update ssd1680.py

    mikeysklar committed Dec 1, 2024
    Configuration menu
    Copy the full SHA
    4618586 View commit details
    Browse the repository at this point in the history
  3. Update adafruit_epd/ssd1680.py

    Co-authored-by: Dan Halbert <[email protected]>
    mikeysklar and dhalbert authored Dec 1, 2024
    Configuration menu
    Copy the full SHA
    1be3100 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2024

  1. restored power_up()

    power_up()
    * voltages
    * border waveform
    * RAM X/Y COUNT
    
    had been dropped during 'z' troubleshooting, but test clean now so added back to match SSD1680 behavior.
    mikeysklar committed Dec 2, 2024
    Configuration menu
    Copy the full SHA
    6d0086e View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2024

  1. Merge pull request #84 from mikeysklar/1680z-alignment

    off by one adjustments
    ladyada authored Dec 3, 2024
    Configuration menu
    Copy the full SHA
    47837b6 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2025

  1. add sphinx configuration to rtd.yaml

    Signed-off-by: foamyguy <[email protected]>
    FoamyGuy committed Jan 16, 2025
    Configuration menu
    Copy the full SHA
    a67a1a4 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2025

  1. change to ruff

    FoamyGuy committed May 14, 2025
    Configuration menu
    Copy the full SHA
    6664962 View commit details
    Browse the repository at this point in the history
  2. remove pylint disables

    FoamyGuy committed May 14, 2025
    Configuration menu
    Copy the full SHA
    d1918e4 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #87 from adafruit/use_ruff

    change to ruff
    FoamyGuy authored May 14, 2025
    Configuration menu
    Copy the full SHA
    9b5a76b View commit details
    Browse the repository at this point in the history
Loading