Update SmoothDoubleBuffer.ino
This commit is contained in:
parent
744e7354dc
commit
f523f1371a
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue