Update SmoothDoubleBuffer.ino

This commit is contained in:
mrfaptastic 2021-08-19 20:09:43 +01:00 committed by GitHub
parent 744e7354dc
commit f523f1371a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -31,7 +31,7 @@ void setup()
} }
/* /*
This example draws a red square on one buffer only, and a green square on another buffer only. This example draws a red square on one buffer only, and a green square on another buffer only.
It then flips between buffers as fast as possible - to give the impression they're both on screen at the same time! It then flips between buffers as fast as possible whilst moving them as well - to give the impression they're both on screen at the same time!
The only thing that's painted to both buffers is a blue square. The only thing that's painted to both buffers is a blue square.
*/ */