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

Commits on May 27, 2024

  1. Fixes issue 17 - sleep() throws error

    b"" does not pass properly to the i2cdisplay function as it tries to concatenate a list with a byte string.
    dargus authored May 27, 2024
    Configuration menu
    Copy the full SHA
    48b11c8 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

  1. Removed extra null byte being sent on displayio_sh1106

    Removed extra null byte being sent to the bus.
    dargus authored May 29, 2024
    Configuration menu
    Copy the full SHA
    1640886 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2024

  1. Merge pull request #18 from dargus/main

    Fixes issue 17 - sleep() throws error
    FoamyGuy authored Jun 9, 2024
    Configuration menu
    Copy the full SHA
    b8a89e9 View commit details
    Browse the repository at this point in the history
Loading