From 9b2d4143b83f088b06e084b057b5a7fb8db73883 Mon Sep 17 00:00:00 2001 From: seaxwi <71350948+seaxwi@users.noreply.github.com> Date: Mon, 4 Nov 2024 16:03:29 +0100 Subject: [PATCH] Declare compatibility with renesas_uno architecture --- library.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library.properties b/library.properties index 8378e06..0495428 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 +architectures=samd,renesas_uno includes=ArduinoGraphics.h