README.md: Properties are not methods

Signed-off-by: Gergely Nagy <algernon@madhouse-project.org>
pull/365/head
Gergely Nagy 7 years ago
parent 9e6b7e22f6
commit a6a2288c20

@ -33,7 +33,8 @@ void setup() {
## Plugin methods ## 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)`
### `.display(key, row, col)` ### `.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. > The color to use to draw the pixels.
> >
> Not a method itself, but a changeable value.
>
> Defaults to { 0x80, 0x80, 0x80 }. > Defaults to { 0x80, 0x80, 0x80 }.
## Plugin helpers ## Plugin helpers

Loading…
Cancel
Save