From 5ff43f14064737fde20ab73f82f75463fe01240c Mon Sep 17 00:00:00 2001 From: Thorinair Date: Fri, 24 Jul 2020 20:22:25 +0200 Subject: [PATCH] Fixed typo. --- .../10-Inkplate_Download_And_Show.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/2. Advanced Inkplate Features/10-Inkplate_Download_And_Show/10-Inkplate_Download_And_Show.ino b/examples/2. Advanced Inkplate Features/10-Inkplate_Download_And_Show/10-Inkplate_Download_And_Show.ino index 191d4a0..a2f483a 100644 --- a/examples/2. Advanced Inkplate Features/10-Inkplate_Download_And_Show/10-Inkplate_Download_And_Show.ino +++ b/examples/2. Advanced Inkplate Features/10-Inkplate_Download_And_Show/10-Inkplate_Download_And_Show.ino @@ -49,7 +49,7 @@ void setup() { //Draw the first image from web. //Monochromatic bitmap with 1 bit depth. Images like this load quickest. - //The parameter set to true at the end may be used to swap the back and white channels. + //The parameter set to true at the end may be used to swap the black and white channels. //Photo taken by: Roberto Fernandez if(!display.drawBitmapFromWeb("https://varipass.org/neowise_mono.bmp", 0, 0, true)) { //If is something failed (wrong filename or wrong bitmap format), write error message on the screen.