From 338794ce8148f0ac03a529ed1204ccc3bbfafdc3 Mon Sep 17 00:00:00 2001 From: mikee47 Date: Fri, 20 Oct 2023 14:10:18 +0100 Subject: [PATCH] Update Graphics library - 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