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.5.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.6.0
Choose a head ref
  • 7 commits
  • 16 files changed
  • 6 contributors

Commits on May 8, 2024

  1. Add preprocessor #ifdefs for NO_GLOBAL_SERIAL which removes dependenc…

    …y to output a deprecated API message (#408)
    craiglink authored May 8, 2024
    Configuration menu
    Copy the full SHA
    8c03ef1 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. Show ASCII character in editor (#405)

    It's useful to see the ASCII character that you're editing.
    ClutchplateDude authored May 23, 2024
    Configuration menu
    Copy the full SHA
    a8b66c3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eeed789 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

  1. Add FontTryout example (#401)

    ropg authored May 24, 2024
    Configuration menu
    Copy the full SHA
    41505aa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eaafa0c View commit details
    Browse the repository at this point in the history
  3. Support 8-bit boards like Mega2560 (#404)

    - Changed frequency from int to long
    - Change constructor argument names (remove leading underscores)
    ClutchplateDude authored May 24, 2024
    Configuration menu
    Copy the full SHA
    469f227 View commit details
    Browse the repository at this point in the history
  4. Bump version

    marcelstoer committed May 24, 2024
    Configuration menu
    Copy the full SHA
    4d50ebc View commit details
    Browse the repository at this point in the history
Loading