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

View File

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