From dfba4633ad4dd80ac48bdc122c99b9d6200f7e1d Mon Sep 17 00:00:00 2001 From: Bodmer Date: Tue, 6 Oct 2020 11:54:53 +0100 Subject: [PATCH] Update Viewport_Demo.ino --- examples/Viewport_Demo/Viewport_Demo.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/Viewport_Demo/Viewport_Demo.ino b/examples/Viewport_Demo/Viewport_Demo.ino index 9a25db3..9e38ef9 100644 --- a/examples/Viewport_Demo/Viewport_Demo.ino +++ b/examples/Viewport_Demo/Viewport_Demo.ino @@ -18,7 +18,7 @@ // A viewport can have the coordinate datum (position 0,0) either at the top left corner of // the viewport or at the normal top left corner of the TFT. // Putting the coordinate datum at the viewport corner means that functions that draw graphics -// in a fixed position can be relocated anywhere on the screen. (see plotShapes() below). This +// in a fixed position can be relocated anywhere on the screen. (see plotBox() below). This // makes it easier to reposition groupd of graphical ojects (for example GUI buttons) that have // fixed relative positions.