Update Viewport_Demo.ino

Viewport does not need to be constrained to be within TFT area.
This commit is contained in:
Bodmer 2020-10-14 09:09:40 +01:00 committed by GitHub
parent 6a839479a7
commit 126aa7dff5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 3 deletions

View File

@ -22,9 +22,6 @@
// makes it easier to reposition groups of graphical objects (for example GUI buttons) that have // makes it easier to reposition groups of graphical objects (for example GUI buttons) that have
// fixed relative positions. // 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 <SPI.h> #include <SPI.h>
#include <TFT_eSPI.h> #include <TFT_eSPI.h>