Update Viewport_Demo.ino
Viewport does not need to be constrained to be within TFT area.
This commit is contained in:
parent
6a839479a7
commit
126aa7dff5
|
|
@ -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>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue