Update Viewport_Demo.ino

This commit is contained in:
Bodmer
2020-10-06 11:55:51 +01:00
committed by GitHub
parent dfba4633ad
commit 26ffe75a0e

View File

@@ -19,7 +19,7 @@
// 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 plotBox() below). This
// makes it easier to reposition groupd of graphical ojects (for example GUI buttons) that have
// 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