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: jasonacox/TM1637TinyDisplay
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.10.0
Choose a base ref
...
head repository: jasonacox/TM1637TinyDisplay
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 11 commits
  • 10 files changed
  • 2 contributors

Commits on Jul 1, 2023

  1. Update image links to direct

    To help with syndication, the image links are updated to be full URLs.
    jasonacox authored Jul 1, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    8926be7 View commit details
  2. Add version to library manifest #34

    PlatformIO may need "version" element to pull latest version, as shown in https://docs.platformio.org/en/latest/librarymanager/creating.html.
    jasonacox authored Jul 1, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    f13913e View commit details

Commits on Apr 25, 2024

  1. Enhanced character set #39

    jasonacox committed Apr 25, 2024
    Copy the full SHA
    6f8a106 View commit details

Commits on Jul 15, 2024

  1. Fix W and w characters so Ww works.

    jasonacox committed Jul 15, 2024
    Copy the full SHA
    dcd2f46 View commit details
  2. Merge pull request #40 from jasonacox/v1.11.0

    Enhanced character set #39
    jasonacox authored Jul 15, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    a4d07fb View commit details

Commits on Oct 8, 2024

  1. Remove clean and set brightness

    Begin method will not clean or change the brightness because on ESP8266
    when resuming from deep sleep would create flickering.
    smaryus committed Oct 8, 2024
    Copy the full SHA
    61bfc4a View commit details

Commits on Oct 13, 2024

  1. Add parameter to begin to clear display

    The parameter will control if begin needs will clear the display and set the brightness to maximum.
    smaryus committed Oct 13, 2024
    Copy the full SHA
    c998b4c View commit details
  2. Add change to TM1637TinyDisplay6 and prep for v1.12.0

    jasonacox committed Oct 13, 2024
    Copy the full SHA
    8b1cc5a View commit details

Commits on Nov 2, 2024

  1. Merge pull request #42 from smaryus/remove-clean-from-begin

    Remove clean and set brightness from begin
    jasonacox authored Nov 2, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    848382a View commit details

Commits on Dec 9, 2024

  1. Update datasheet

    jasonacox committed Dec 9, 2024
    Copy the full SHA
    12da0a7 View commit details
  2. Update README to improve clarity of TM1637 datasheet link

    jasonacox committed Dec 9, 2024
    Copy the full SHA
    44d0883 View commit details
Loading