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: arduino-libraries/Arduino_GigaDisplay
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: d05791b
Choose a base ref
...
head repository: arduino-libraries/Arduino_GigaDisplay
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 45fc30c
Choose a head ref
  • 8 commits
  • 29 files changed
  • 4 contributors

Commits on Jan 8, 2024

  1. Fix: off() API not working. (#17)

    This fixes #16.
    aentinger authored Jan 8, 2024
    Configuration menu
    Copy the full SHA
    9d83cee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    acc3868 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f9fd31d View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2024

  1. Add CI workflow to check for commonly misspelled words (#20)

    On every push, pull request, and periodically, use codespell to check for commonly
    misspelled words.
    
    In the event of a false positive, the problematic word should be added, in all lowercase, to the
    field of . Regardless of the case of the word in the false positive, it must be in all lowercase in the
    ignore list. The ignore list is comma-separated with no spaces.
    aentinger authored Jan 10, 2024
    Configuration menu
    Copy the full SHA
    3437c72 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2024

  1. Add CI workflow to synchronize with shared repository labels (#21)

    On every push that changes relevant files, and periodically, configure the repository's issue and pull request labels
    according to the universal, shared, and local label configuration files.
    aentinger authored Jan 11, 2024
    Configuration menu
    Copy the full SHA
    404f22a View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. Configuration menu
    Copy the full SHA
    e82c8b3 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2024

  1. Merge pull request #22 from leonardocavagnis/lvgl9_ex_porting

    Porting LVGL examples to version 9
    leonardocavagnis authored Apr 15, 2024
    Configuration menu
    Copy the full SHA
    ddb2707 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. Release 1.0.2

    facchinm authored May 13, 2024
    Configuration menu
    Copy the full SHA
    45fc30c View commit details
    Browse the repository at this point in the history
Loading