Skip to content
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

Add ArduinoGraphics as a library dependency #15

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

seaxwi
Copy link

@seaxwi seaxwi commented Nov 4, 2024

The ArduinoGraphics library are used by these examples:

Compilation will fail for these examples unless the user has manually installed the ArduinoGraphics library.

Example of compilation error:

/private/var/folders/58/gntldnl9249ck9fjblgv9jdw0000gp/T/.arduinoIDE-unsaved2024104-2234-z4s2yo.tblw/FirmwareUpdater/FirmwareUpdater.ino:1:10: fatal error: ArduinoGraphics.h: No such file or directory
 #include "ArduinoGraphics.h"
          ^~~~~~~~~~~~~~~~~~~
compilation terminated.
exit status 1

Compilation error: ArduinoGraphics.h: No such file or directory

This problem can be avoided by declaring ArduinoGraphics as a library dependency in library.properties.

@per1234 per1234 added the enhancement New feature or request label Nov 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants