From ba3626c8597019bd4059fdf11f252b65bf754e46 Mon Sep 17 00:00:00 2001
From: Mike <mike@sillyhouse.net>
Date: Sat, 21 Oct 2023 12:29:22 +0100
Subject: [PATCH] Update Graphics library (#2679)

- Add Touch interface for virtual display
- Fix polyline rendering when contained in child scene
- Allow SceneRenderer to be created before scene is populated
- Fix resource building/cleaning
- Fix CI library build (requires alias)
- Revise touch calibrator, add Host, Rp2040, Esp32 support
- Add basic control support
- Fix rectangle rendering location
- Allow blenders to be called statically, add `BlendMask`
- Reduce default TFT SPI speed to improve read reliability
- Add resource image `color` transform
- Support FilledRectObject with blender
- Blenders do not require transparent color
- Fix compiler warnings about hidden methods
---
 Sming/Libraries/Graphics | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Sming/Libraries/Graphics b/Sming/Libraries/Graphics
index 15696087bc..45ffbabc5e 160000
--- a/Sming/Libraries/Graphics
+++ b/Sming/Libraries/Graphics
@@ -1 +1 @@
-Subproject commit 15696087bc9a1cbc8e3ba3e5f36cb18d096d0f48
+Subproject commit 45ffbabc5e1ace51979ee84cf75d5a0ea635d296