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_SSD1305
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.3.21
Choose a base ref
...
head repository: adafruit/Adafruit_CircuitPython_SSD1305
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.4.0
Choose a head ref
  • 6 commits
  • 1 file changed
  • 2 contributors

Commits on Mar 20, 2025

  1. optional column offset

    column offset had been hard coded to 4.
    
    An updated ADA# 2675 128x32 2.3" Monochrome OLED needs an offset of col=0 to work.
    
    Col=4 will remain default, but this override is for this one model which has changed.
    mikeysklar committed Mar 20, 2025
    Configuration menu
    Copy the full SHA
    71d40be View commit details
    Browse the repository at this point in the history
  2. Update adafruit_ssd1305.py

    mikeysklar committed Mar 20, 2025
    Configuration menu
    Copy the full SHA
    45cea61 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2025

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

    mikeysklar committed Mar 22, 2025
    Configuration menu
    Copy the full SHA
    0d6716c View commit details
    Browse the repository at this point in the history
  3. linting

    mikeysklar committed Mar 22, 2025
    Configuration menu
    Copy the full SHA
    7ee9a18 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2025

  1. Merge pull request #16 from mikeysklar/ssd1305-white-module-col-offset

    optional column offset
    ladyada authored Mar 27, 2025
    Configuration menu
    Copy the full SHA
    a72bc77 View commit details
    Browse the repository at this point in the history
Loading