8000 Comparing 3.2.4...3.3.0 · adafruit/Adafruit_CircuitPython_Display_Text · GitHub
[go: up one dir, main page]

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

Commits on May 26, 2025

  1. Managing addition of space at end of text

    Wrapping max_characters in properties and checking for length of text before adding a space to full_text.
    cinderblockgames authored May 26, 2025
    Configuration menu
    Copy the full SHA
    e79ce9d View commit details
    Browse the repository at this point in the history
  2. Fixing in constructor as well

    Checking for max_characters in constructor before adding space.
    cinderblockgames authored May 26, 2025
    Configuration menu
    Copy the full SHA
    7ab6c88 View commit details
    Browse the repository at this point in the history
  3. Fixed typo

    :: -> :
    cinderblockgames authored May 26, 2025
    Configuration menu
    Copy the full SHA
    a0df56c View commit details
    Browse the repository at this point in the history
  4. Setting __init__ call to self.update to force

    If this isn't set to force the update, self._last_animate_time sometimes gets stuck as -1 for a while, thus keeping the label from appearing.
    cinderblockgames authored May 26, 2025
    Configuration menu
    Copy the full SHA
    9efd1f8 View commit details
    Browse the repository at this point in the history
  5. Update whitespace.

    Trying to get the ruff-format to succeed.
    cinderblockgames authored May 26, 2025
    Configuration menu
    Copy the full SHA
    b0417db View commit details
    Browse the repository at this point in the history
  6. Removed additional whitespace.

    Matching style.
    cinderblockgames authored May 26, 2025
    Configuration menu
    Copy the full SHA
    8a95594 View commit details
    Browse the repository at this point in the history
  7. Removed extra whitespace.

    Matching style.
    cinderblockgames authored May 26, 2025
    Configuration menu
    Copy the full SHA
    51ba2d1 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2025

  1. Merge pull request #220 from cinderblockgames/main

    Managing addition of space at end of text
    FoamyGuy authored May 27, 2025
    Configuration menu
    Copy the full SHA
    cf697a8 View commit details
    Browse the repository at this point in the history
Loading
0