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

Commits on Jul 15, 2025

  1. Don't reset scroll index if loop is False

    If we reset the scroll index, we keep looping because the scroll index (-1) isn't at the end of the text.
    WanderingStar authored Jul 15, 2025
    Configuration menu
    Copy the full SHA
    2ee619b View commit details
    Browse the repository at this point in the history
  2. else: if: -> elif:

    for ruff
    WanderingStar authored Jul 15, 2025
    Configuration menu
    Copy the full SHA
    8b41de9 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #120 from WanderingStar/patch-1

    Don't reset scroll index if loop is False
    FoamyGuy authored Jul 15, 2025
    Configuration menu
    Copy the full SHA
    43817d1 View commit details
    Browse the repository at this point in the history
Loading