8000 Comparing 1.6.3...main · adafruit/Adafruit_CircuitPython_ST7789 · 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_ST7789
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.6.3
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: main
Choose a head ref
  • 18 commits
  • 23 files changed
  • 5 contributors

Commits on Jan 16, 2025

  1. add sphinx configuration to rtd.yaml

    Signed-off-by: foamyguy <foamyguy@gmail.com>
    FoamyGuy committed Jan 16, 2025
    Configuration menu
    Copy the full SHA
    1698dfb View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2025

  1. Configuration menu
    Copy the full SHA
    f847aec View commit details
    Browse the repository at this point in the history
  2. Merge pull request #39 from FoamyGuy/use_ruff_remove_8x_compat

    use ruff and remove 8x displayio code
    dhalbert authored Feb 24, 2025
    Configuration menu
    Copy the full SHA
    ea32f33 View commit details
    Browse the repository at this point in the history

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

Commits on May 21, 2025

  1. Update st7789_280x240_simpletest.py

    #Issue 
    Add an extended version of st7789_280x240_simpletest.py #42
    #Pull Request  
    Enhanced compatibility #40
    CrackXT authored May 21, 2025
    Configuration menu
    Copy the full SHA
    b827dc2 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2025

  1. Configuration menu
    Copy the full SHA
    3d2c201 View commit details
    Browse the repository at this point in the history
  2. Update st7789_280x240_simpletest.py

    Run code check over it
    #pre-commit
    #black
    #ruff
    CrackXT authored May 27, 2025
    Configuration menu
    Copy the full SHA
    0b05f81 View commit details
    Browse the repository at this point in the history
  3. Update .pre-commit-config.yaml

    switch ruff hooks
    CrackXT authored May 27, 2025
    Configuration menu
    Copy the full SHA
    f3c889d View commit details
    Browse the repository at this point in the history

Commits on May 28, 2025

  1. Update .pre-commit-config.yaml

    reset to the origin
    CrackXT authored May 28, 2025
    Configuration menu
    Copy the full SHA
    ec1709f View commit details
    Browse the repository at this point in the history
  2. Update st7789_280x240_simpletest.py

    ruff fix by Adafruit .pre-commit-config.yaml
    CrackXT authored May 28, 2025
    Configuration menu
    Copy the full SHA
    d490ea8 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2025

  1. Update st7789_280x240_simpletest.py

    looks strange, but we will test...
    CrackXT authored May 29, 2025
    Configuration menu
    Copy the full SHA
    67e91d8 View commit details
    Browse the repository at this point in the history
  2. Update st7789_280x240_simpletest.py

    another one...
    CrackXT authored May 29, 2025
    Configuration menu
    Copy the full SHA
    d40d752 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2025

  1. Merge pull request #43 from CrackXT/main

    Update st7789_280x240_simpletest.py
    FoamyGuy authored Jun 4, 2025
    Configuration menu
    Copy the full SHA
    5661a1c View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2025

  1. update rtd.yml file

    Signed-off-by: foamyguy <foamyguy@gmail.com>
    FoamyGuy committed Jun 17, 2025
    Configuration menu
    Copy the full SHA
    0f72692 View commit details
    Browse the repository at this point in the history
Loading
0