Update Viewport_Demo.ino

This commit is contained in:
Bodmer 2020-10-06 11:54:53 +01:00 committed by GitHub
parent 13d217dc89
commit dfba4633ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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.