Skip to content

Conversation

seaxwi
Copy link
Contributor

@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
@facchinm facchinm merged commit cf5e2b2 into arduino-libraries:main Jan 21, 2025
2 checks passed
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.

3 participants