-
Notifications
You must be signed in to change notification settings - Fork 5
Comparing changes
Open a pull request
base repository: arduino-libraries/Arduino_GigaDisplayTouch
base: 1.0.0
head repository: arduino-libraries/Arduino_GigaDisplayTouch
compare: main
- 16 commits
- 11 files changed
- 7 contributors
Commits on Jan 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3833742 - Browse repository at this point
Copy the full SHA 3833742View commit details -
Merge pull request #4 from aliphys/aliphys/clang-check
ci: Add "Check Clang" verification workflow
Configuration menu - View commit details
-
Copy full SHA for 15f6c1b - Browse repository at this point
Copy the full SHA 15f6c1bView commit details
Commits on Mar 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 439b0f9 - Browse repository at this point
Copy the full SHA 439b0f9View commit details
Commits on Mar 18, 2024
-
Merge pull request #5 from arduino-libraries/lvgl9
Compatibility: port indev to lvgl9
Configuration menu - View commit details
-
Copy full SHA for 118d166 - Browse repository at this point
Copy the full SHA 118d166View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0532c6a - Browse repository at this point
Copy the full SHA 0532c6aView commit details
Commits on Jun 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b95fb0d - Browse repository at this point
Copy the full SHA b95fb0dView commit details -
Configuration menu - View commit details
-
Copy full SHA for ae078b8 - Browse repository at this point
Copy the full SHA ae078b8View commit details
Commits on Jun 12, 2024
-
Merge pull request #7 from aliphys/commentProperties
Clarify `paragraph` value and add header comments to `Touch_IRQ.ino` and `Touch_Polling.ino`
Configuration menu - View commit details
-
Copy full SHA for 4101b8a - Browse repository at this point
Copy the full SHA 4101b8aView commit details
Commits on May 9, 2025
-
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.
Configuration menu - View commit details
-
Copy full SHA for 524e64e - Browse repository at this point
Copy the full SHA 524e64eView commit details -
Merge pull request #13 from per1234/license-file
Add dedicated license file
Configuration menu - View commit details
-
Copy full SHA for 24490f4 - Browse repository at this point
Copy the full SHA 24490f4View commit details
Commits on Aug 13, 2025
-
Rename the MBED implementation.
As we're going to add another Zephyr implementation.
Configuration menu - View commit details
-
Copy full SHA for 31cd8b7 - Browse repository at this point
Copy the full SHA 31cd8b7View commit details -
Configuration menu - View commit details
-
Copy full SHA for a9bc96a - Browse repository at this point
Copy the full SHA a9bc96aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 717f8b1 - Browse repository at this point
Copy the full SHA 717f8b1View commit details -
Merge pull request #15 from arduino-libraries/format_library
Format library.
Configuration menu - View commit details
-
Copy full SHA for ec68545 - Browse repository at this point
Copy the full SHA ec68545View commit details
Commits on Aug 14, 2025
-
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
Configuration menu - View commit details
-
Copy full SHA for 1ecad83 - Browse repository at this point
Copy the full SHA 1ecad83View commit details
Commits on Aug 25, 2025
-
Merge pull request #14 from KurtE/zephyr
Preliminary Giga Touch support on Zephyr
Configuration menu - View commit details
-
Copy full SHA for 3dd4836 - Browse repository at this point
Copy the full SHA 3dd4836View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 1.0.0...main