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: ThingPulse/esp8266-oled-ssd1306
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 4.3.0
Choose a base ref
...
head repository: ThingPulse/esp8266-oled-ssd1306
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4.4.0
Choose a head ref
  • 3 commits
  • 6 files changed
  • 3 contributors

Commits on Dec 28, 2022

  1. Allow SPI display usage without CS pin (#376)

    If there is only one SPI device, the CS pin can be hardwired to ground.
    In that case, the CS pin setting should be ignored. Allow for that if CS
    is passed as "-1".
    seife authored Dec 28, 2022
    Configuration menu
    Copy the full SHA
    e2e063a View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2023

  1. Configuration menu
    Copy the full SHA
    f96fd6a View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2023

  1. Bump version

    marcelstoer committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    6416fab View commit details
    Browse the repository at this point in the history
Loading