From f523f1371ad64bd7ab52cfbaee348c07c767d0ae Mon Sep 17 00:00:00 2001 From: mrfaptastic <12006953+mrfaptastic@users.noreply.github.com> Date: Thu, 19 Aug 2021 20:09:43 +0100 Subject: [PATCH] Update SmoothDoubleBuffer.ino --- examples/SmoothDoubleBuffer/SmoothDoubleBuffer.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. */