diff options
Diffstat (limited to 'examples/SmoothDoubleBuffer')
| -rw-r--r-- | examples/SmoothDoubleBuffer/SmoothDoubleBuffer.ino | 2 |
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. */ |
