From c41423bb3e0523139b720332f9ee9ccfb7242f96 Mon Sep 17 00:00:00 2001 From: David Zovko Date: Thu, 23 Jul 2020 12:42:26 +0200 Subject: [PATCH] Update 2-Inkplate_basic_grayscale.ino Fix typo --- .../2-Inkplate_basic_grayscale/2-Inkplate_basic_grayscale.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/1. Basic Inkplate Functionality/2-Inkplate_basic_grayscale/2-Inkplate_basic_grayscale.ino b/examples/1. Basic Inkplate Functionality/2-Inkplate_basic_grayscale/2-Inkplate_basic_grayscale.ino index 4d608f9..5639614 100644 --- a/examples/1. Basic Inkplate Functionality/2-Inkplate_basic_grayscale/2-Inkplate_basic_grayscale.ino +++ b/examples/1. Basic Inkplate Functionality/2-Inkplate_basic_grayscale/2-Inkplate_basic_grayscale.ino @@ -7,7 +7,7 @@ This example will show you how you can draw some simple graphics using Adafruit GFX functions. Yes, Inkplate library is 100% compatible with GFX lib! - Learn more about Adafruit GFX: https://learn.adafruit.com/adafruit-gfx-graphics-library ) + Learn more about Adafruit GFX: https://learn.adafruit.com/adafruit-gfx-graphics-library Inkplate will be used in grayscale mode which is 3 bit, so you can have up to 8 different colors (black, 6 gray colors and white) Color is represented by number, where number 0 means black and number 7 means white, while everything in between are shades of gray.