Update Viewport_Demo.ino

This commit is contained in:
Bodmer 2020-10-06 11:58:33 +01:00 committed by GitHub
parent 26ffe75a0e
commit 27cf479e55
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -110,6 +110,8 @@ void loop()
tft.setViewport(x, y, w, h);
plotBox();
delay(0);
}
}