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.13.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.13.1
Choose a head ref
  • 5 commits
  • 1 file changed
  • 3 contributors

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 <halbert@halwitz.org>
    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
Loading