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: micropython/micropython-lib
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: sandyscott/micropython-lib
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on May 22, 2023

  1. Add support for SSD1305 OLED controller & driver.

    Based on the existing SSD1306 class, with the constants & init commands from https://github.com/adafruit/Adafruit_CircuitPython_SSD1305. Support also added for a column offset, which allows use with display/controller combinations where first column of the display is not connected to the controller's first column.
    sandyscott committed May 22, 2023
    Configuration menu
    Copy the full SHA
    c19002c View commit details
    Browse the repository at this point in the history
  2. ssd1305: Fix Code Formatting

    Fix Code formatting to meet automated test requirements
    sandyscott committed May 22, 2023
    Configuration menu
    Copy the full SHA
    bd91eee View commit details
    Browse the repository at this point in the history
Loading