Skip to content

Add Section RGB examples #12

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

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