diff options
| author | mrfaptastic <12006953+mrfaptastic@users.noreply.github.com> | 2020-08-14 10:21:31 +0100 |
|---|---|---|
| committer | mrfaptastic <12006953+mrfaptastic@users.noreply.github.com> | 2020-08-14 10:21:31 +0100 |
| commit | b504f6292de8a07f155d42f650e535ef901754c6 (patch) | |
| tree | e208733aec439bf4bebb4fb07a3a30682dc1999b /examples/BufferSwap | |
| parent | d48542d599a52b2a4c91b1462ce98f9e74b6f9da (diff) | |
Minor update
Diffstat (limited to 'examples/BufferSwap')
| -rw-r--r-- | examples/BufferSwap/BufferSwap.ino | 3 |
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)); |
