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_ST7789
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.0.0
Choose a base ref
...
head repository: adafruit/Adafruit_CircuitPython_ST7789
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.1.0
Choose a head ref
  • 5 commits
  • 3 files changed
  • 2 contributors

Commits on Mar 30, 2025

  1. Add 2 arguments:

    1. bgr: bool, support for choosing  bgr or rgb pixel order.
    2. invert: bool, support for sending color inverse command.
    alexleft committed Mar 30, 2025
    Configuration menu
    Copy the full SHA
    3bf6460 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2025

  1. Change the defualt value of Modify the default values of the __init__…

    …() parameters to make it compatible with the behavior of old code.
    alexleft committed Apr 2, 2025
    Configuration menu
    Copy the full SHA
    f08e364 View commit details
    Browse the repository at this point in the history
  2. Reformatted.

    alexleft committed Apr 2, 2025
    Configuration menu
    Copy the full SHA
    2304e3a View commit details
    Browse the repository at this point in the history
  3. ruff fixed.

    alexleft committed Apr 2, 2025
    Configuration menu
    Copy the full SHA
    2b3fb83 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2025

  1. Merge pull request #40 from alexleft/main

    Enhanced compatibility
    tannewt authored Apr 5, 2025
    Configuration menu
    Copy the full SHA
    43a67c2 View commit details
    Browse the repository at this point in the history
Loading