aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authormrfaptastic <12006953+mrfaptastic@users.noreply.github.com>2021-08-19 20:09:43 +0100
committerGitHub <noreply@github.com>2021-08-19 20:09:43 +0100
commitf523f1371ad64bd7ab52cfbaee348c07c767d0ae (patch)
tree9b0abdd88ec9d7472fbfd92a133eac613ea7c6f9 /examples
parent744e7354dcf8c5d548dc63f06da622d87203d129 (diff)
Update SmoothDoubleBuffer.ino
Diffstat (limited to 'examples')
-rw-r--r--examples/SmoothDoubleBuffer/SmoothDoubleBuffer.ino2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/SmoothDoubleBuffer/SmoothDoubleBuffer.ino b/examples/SmoothDoubleBuffer/SmoothDoubleBuffer.ino
index f7c9f29..6e40c36 100644
--- a/examples/SmoothDoubleBuffer/SmoothDoubleBuffer.ino
+++ b/examples/SmoothDoubleBuffer/SmoothDoubleBuffer.ino
@@ -31,7 +31,7 @@ void setup()
}
/*
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.
*/