Skip to content

Conversation

aliphys
Copy link
Contributor

@aliphys aliphys commented Jun 13, 2024

This PR adds two examples, that selects the color of the RGB LED on the GIGA R1 WiFi based on the location touched on the screen.

  • 🆓 Non-blocking delay with millis() used as a simple de-bouncing mechanism.
  • 🚥 The LED onboard the GIGA R1 WiFi is used to display the feedback from the touch events. Using the RGB LED on the GIGA Display Shield itself would create a cyclical dependency since the GIGADisplayRGB class is part of arduino-libraries/Arduino_GigaDisplay
  • 🌐 Interrupt Section_IRQ.ino and polling approaches Section_Polling.ino are covered.

Closes #10

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Examples not enough to convey power of this library 💪
1 participant