aboutsummaryrefslogtreecommitdiff
path: root/examples/BufferSwap
diff options
context:
space:
mode:
Diffstat (limited to 'examples/BufferSwap')
-rw-r--r--examples/BufferSwap/BufferSwap.ino3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/BufferSwap/BufferSwap.ino b/examples/BufferSwap/BufferSwap.ino
index 7b0e383..a797937 100644
--- a/examples/BufferSwap/BufferSwap.ino
+++ b/examples/BufferSwap/BufferSwap.ino
@@ -14,7 +14,8 @@ void setup()
delay(1000); Serial.begin(115200); delay(200);
Serial.println("...Starting Display");
- display.begin(); // setup the display with no double buffering
+
+ display.begin(); // setup display with pins as per defined in the library
display.setTextColor(display.color565(128, 128, 128));