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_GigaDisplayTouch
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.0.0
Choose a base ref
...
head repository: arduino-libraries/Arduino_GigaDisplayTouch
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 16 commits
  • 11 files changed
  • 7 contributors

Commits on Jan 8, 2024

  1. Configuration menu
    Copy the full SHA
    3833742 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4 from aliphys/aliphys/clang-check

    ci: Add "Check Clang" verification workflow
    leonardocavagnis authored Jan 8, 2024
    Configuration menu
    Copy the full SHA
    15f6c1b View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

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

Commits on Mar 18, 2024

  1. Merge pull request #5 from arduino-libraries/lvgl9

    Compatibility: port indev to lvgl9
    leonardocavagnis authored Mar 18, 2024
    Configuration menu
    Copy the full SHA
    118d166 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0532c6a View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2024

  1. docs: clarify paragraph value

    aliphys committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    b95fb0d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ae078b8 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. Merge pull request #7 from aliphys/commentProperties

    Clarify `paragraph` value and add header comments to `Touch_IRQ.ino` and `Touch_Polling.ino`
    leonardocavagnis authored Jun 12, 2024
    Configuration menu
    Copy the full SHA
    4101b8a View commit details
    Browse the repository at this point in the history

Commits on May 9, 2025

  1. Add dedicated license file

    Standardization in license documentation is important because, in addition to making it easy for humans to find this
    vital information, it allows machines to automate the process of license type determination, which is useful both for
    discovering suitable open source projects as well as checking open source license compliance.
    
    Previously, the open source license of this project was not documented in a dedicated license file. Due to this, even
    though the project is licensed under a standardized open source license, the open license type could not be identified
    with 100% confidence by machines (e.g., the Licensee Gem used by the GitHub website), which meant identification could
    only be made by a human carefully evaluating the license text.
    
    The project's license is hereby documented in a standardized license file. The result is that the project's open source
    license type can now be automatically identified. This does not result in any change to the project licensing.
    per1234 committed May 9, 2025
    Configuration menu
    Copy the full SHA
    524e64e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #13 from per1234/license-file

    Add dedicated license file
    per1234 authored May 9, 2025
    Configuration menu
    Copy the full SHA
    24490f4 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2025

  1. Rename the MBED implementation.

    As we're going to add another Zephyr implementation.
    iabdalkader committed Aug 13, 2025
    Configuration menu
    Copy the full SHA
    31cd8b7 View commit details
    Browse the repository at this point in the history
  2. Format examples

    iabdalkader committed Aug 13, 2025
    Configuration menu
    Copy the full SHA
    a9bc96a View commit details
    Browse the repository at this point in the history
  3. Format library

    iabdalkader committed Aug 13, 2025
    Configuration menu
    Copy the full SHA
    717f8b1 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #15 from arduino-libraries/format_library

    Format library.
    pennam authored Aug 13, 2025
    Configuration menu
    Copy the full SHA
    ec68545 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2025

  1. Zephyr: Added in our preliminary support for touch on the display

    Zephyr: Added in our preliminary support for touch on the display
    
    In ArduinoCore-zephyr added a callback to register with the
    input class.  When set it simply forwards the callbacks to
    this function.
    
    Then added some support.  We still don't have things like
    gestures as I don't think the zephyr input class has support
    for it.
    
    Have a simple touch paint sketch (now supporting multiple
    touches, that appears to work
    
    Edit: The header file now combines the two different
    versions of the class into one.
    
    Added #ifdef __MBED__ in the mbed implementation file so that
    the code would not compile when we are doing zephyr builds
    KurtE committed Aug 14, 2025
    Configuration menu
    Copy the full SHA
    1ecad83 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2025

  1. Merge pull request #14 from KurtE/zephyr

    Preliminary Giga Touch support on Zephyr
    pennam authored Aug 25, 2025
    Configuration menu
    Copy the full SHA
    3dd4836 View commit details
    Browse the repository at this point in the history
Loading