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