From dfff961d95f5f85b1da65d195839917e23f13a6c Mon Sep 17 00:00:00 2001 From: Kurt Eckhardt Date: Sun, 28 Dec 2025 06:58:41 -0800 Subject: [PATCH] library.properties - set architectures=* I am not sure why it has been set to only samd and renesas_uno as there is nothing in this sketch that is architecturally specific. It has also been used for Arduino Giga on MBED as well as on zephyr Likewise I have used it on Arduino Q, and yes we could add all of these to the list. The current setting is such that the Arduino App Lab will not list this as a vailid library. So in order to use it the user must jump through hoops. So forum thread: https://forum.arduino.cc/t/why-cant-i-add-the-arduinographics-library-in-arduino-app-lab/1419897/4 for more details. --- library.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library.properties b/library.properties index a6a1080..4c3df39 100644 --- a/library.properties +++ b/library.properties @@ -6,5 +6,5 @@ sentence=Core graphics library for Arduino. paragraph=Based on the Processing API. category=Display url=http://github.com/arduino-libraries/ArduinoGraphics -architectures=samd,renesas_uno +architectures=* includes=ArduinoGraphics.h