From 126aa7dff55437d3eafad82d34fdc4fdaa78a3a2 Mon Sep 17 00:00:00 2001 From: Bodmer Date: Wed, 14 Oct 2020 09:09:40 +0100 Subject: [PATCH] Update Viewport_Demo.ino Viewport does not need to be constrained to be within TFT area. --- examples/Generic/Viewport_Demo/Viewport_Demo.ino | 3 --- 1 file changed, 3 deletions(-) diff --git a/examples/Generic/Viewport_Demo/Viewport_Demo.ino b/examples/Generic/Viewport_Demo/Viewport_Demo.ino index 9e894a2..8391652 100644 --- a/examples/Generic/Viewport_Demo/Viewport_Demo.ino +++ b/examples/Generic/Viewport_Demo/Viewport_Demo.ino @@ -22,9 +22,6 @@ // makes it easier to reposition groups of graphical objects (for example GUI buttons) that have // fixed relative positions. -// The viewport position x, and y coordinates and viewport bounds must be constrained by the -// user sketch to be within the screen boundaries. - #include #include