From a6a2288c207cd34e2c3a8ceda613db081e44e23b Mon Sep 17 00:00:00 2001 From: Gergely Nagy Date: Mon, 5 Jun 2017 16:01:11 +0200 Subject: [PATCH] README.md: Properties are not methods Signed-off-by: Gergely Nagy --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index dd0c5f70..e5093f0a 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,8 @@ void setup() { ## Plugin methods -The plugin provides the `AlphaSquare` object, which has the following methods: +The plugin provides the `AlphaSquare` object, which has the following methods +and properties: ### `.display(key)` ### `.display(key, row, col)` @@ -66,8 +67,6 @@ The plugin provides the `AlphaSquare` object, which has the following methods: > The color to use to draw the pixels. > -> Not a method itself, but a changeable value. -> > Defaults to { 0x80, 0x80, 0x80 }. ## Plugin helpers